[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.hyades] Problem loading classes from external jars
|
- From: lubosp@xxxxxxxxx (Lubos Pochman)
- Date: Wed, 17 Nov 2004 18:55:11 +0000 (UTC)
- Newsgroups: eclipse.tools.hyades
- Organization: Eclipse.org
- User-agent: NewsPortal/0.34 (http://florian-amrhein.de/newsportal/)
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/Analyzer
at
com.insightful.infact.ontology.util.OntologyLookup.main(OntologyLookup.java:92)
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?