Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] My plugin forget the classpath

Hi,

I'm developing my own plugin wich uses some classes from a .jar file (Castor-0.9.5-xml.jar). So I've put the .jar in the plugin classpath and everything get compiled, names get resolved, everything ok...

But when I deploy and try to use it, the plugin doesn't find the .jar, and I got some java.lang.NoClassDefFoundError for every Castor class that the plugin instantiates....
It seems to be nothing wrong with the path to the .jar

someone can help-me?


Thanks.





Back to the top