| [news.eclipse.tools.hyades] Re: Problem loading classes from external jars |
Hi Lubos,
Thanks, Curt
Lubos Pochman wrote:
I have problem profiling applications from Eclipse using Hyades plugin.
When I run application, that doesn't reference any external jars it runs OK.
When I start Profiling an application which references classes I am getting NoClassDefFoundError, but when I check the application properties, the jar in question is listed in classpath.
java.lang.NoClassDefFoundError: org/apache/lucene/analysis/Analyzercom.insightful.infact.ontology.util.OntologyLookup.main(OntologyLookup.java:92)
at
Exception in thread "main"
Note that I am using for profiling same Run/Debug eclipse profile which works OK otherwise.
I also tried creating standalone java application result, but get the same result.
I use Eclipse 3.1, Haydes 3.2.0, (had same problems with Haydes 3.1). Java 1.4.2_03. Platform is Windows XP.
Anybody encountered similar problem?