[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Runtime classpath problems

I have 5 jars that I need to be available to my plugin at runtime.  At
least, I seem to be getting NoClassDefFound's at runtime which indicates
those classes (which are in the jars) are not on the CP.  How do I add these
jars to the classpath?

The runtime tab of the PDE editor allows you to contribute source folders
into a jar, but jars inside jars won't solve my problem.  Any ideas?

Thanks very much!
Jon