2010-12-20 7 views

cevap

10

codejammer öneriyor:

şu size yüklü konumu

Platform.getInstallLocation().getURL() 

org.eclipse.core.runtime.Platform API

/** 
* Returns the location of the base installation for the running platform 
* <code>null</code> is returned if the platform is running without a configuration location. 
* <p> 
* This method is equivalent to acquiring the <code>org.eclipse.osgi.service.datalocation.Location</code> 
* service with the property "type" equal to {@link Location#INSTALL_FILTER}. 
*</p> 
* @return the location of the platform's installation area or <code>null</code> if none 
* @since 3.0 
* @see Location#INSTALL_FILTER 
*/ 
+4

getInstanceLocation, geçerli tutulma alanını yeterince tuhaf görünüyor. ancak Platform.getInstallLocation(). getURL(), Platform yöntemlerinin geri kalanını keşfederek bulduğum şeyi tam olarak sağladım. Teşekkürler! – wildabeast

+0

Yukarıdaki cevabın ilk kısmı kaldırılmalıdır. 'Örnek konumu', 'çalışma alanı' için başka bir addır ve bu istenen şey bu değildi. İkinci bölüm doğru cevaptır. – alphakermit

4

Bkz Öyle olmalı verir