java - How can i define classpath directory in Equinox? -


is there way define directory classpath per bundle in eclipse equinox? can put 3rd party jars/configuration files per bundle directory. know can done defining each jar separately need easier way.

thanks in advance

no. each bundle has own classpath must entirely contained within it.


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -