Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » How to add whole directory in classpath
How to add whole directory in classpath [message #517931] Tue, 02 March 2010 14:47
srp  is currently offline srp Friend
Messages: 1
Registered: March 2010
Junior Member
Hi all,

I am looking for OSGi setting equivalent to java runtime option -Djava.ext.dirs=c:/jars

My plugin need few 3rd party jars in classpath.
In my MANIFEST.MF I have following entry

Bundle-ClassPath: .,
jars/a1.jar,
jars/b1.jar,
jars/c1.jar,
...

Is there a way I can define like jars/*.jar .
Actually I am looking for OSGi setting equivalent to java runtime option -Djava.ext.dirs=c:/jars

Previous Topic:Browser for installable units in a metadata repository?
Next Topic:Access multiple Equinox instances in Tomcat
Goto Forum:
  


Current Time: Fri Apr 26 09:39:08 GMT 2024

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

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

Back to the top