I have an Eclipse Plugin-Project that uses external lib's witch are
added to the build path. When I run this Plugin as an Eclipse
Application under Eclipse 3.1 everything works fine but under Eclipse
3.2 the same Project throws a "java.lang.NoClassDefFoundError" Exception
when the part containing the extern lib. is called. It seems that the
lib. wasn't found.
Are there any changes between 3.1 and 3.2 containing the classpath
management? Or could someone give me some hint?