Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Windows file URL / How to use osgi.dev option
Windows file URL / How to use osgi.dev option [message #838081] Fri, 06 April 2012 14:38
Rui Carlos  Gonçalves is currently offline Rui Carlos GonçalvesFriend
Messages: 28
Registered: July 2009
Junior Member

I'm trying to use the osgi.dev option of Eclipse to be able to load classes from a folder. I've successfully used this option on MacOSX, but on Windows it is not working.

I think it may be a problem with the URL, as I'm not sure how to correctly write windows file URL in properties files.
I've tried several alternatives, such as:

myPlugin=file:C:/Documents and Settings/rcg/workspace/TF/bin

myPlugin=file\:C\:/Documents and Settings/rcg/workspace/TF/bin

myPlugin=file:/C:/Documents and Settings/rcg/workspace/TF/bin

myPlugin="file:/C:/Documents and Settings/rcg/workspace/TF/bin"

but none seems to be working. Does anybody knows how to correctly write the URL? Or is there anything else wrong in the way I'm using the osgi.dev option?
Previous Topic:How to locate installed feature's full version?
Next Topic:ConfigurationAdmin does not start
Goto Forum:
  


Current Time: Fri Apr 26 13:44:21 GMT 2024

Powered by FUDForum. Page generated in 0.02328 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top