Class loading problem with Sysdeo Tomcat plug-in [message #168651] |
Wed, 14 July 2004 03:23 |
Eclipse User |
|
|
|
I'm trying to launch Tomcat 4.1.30 from Eclipse 3.0 using the Sysdeo
plug-in (3.0beta). So far, I haven't succeeded.
According to the docs, it is enough to give the plug-in the path to the
Tomcat installation directory and it is not necessary to add the Tomcat
jars explicitly to the classpath. However, the class loader doesn't find
the Tomcat bootstrap class.
If I add all the jars in the Tomcat installation subdirectories to the
bootstrap classpath of the plug-in, the classes are found, but they are
loaded by the bootstrap classloader (I suppose) which is represented as
null in Sun's JDK 1.4.2 on Windows XP. Hence, the commons-digester code
that assumes the classloader it lives under is non-null crashes.
I see the following message in the Eclipse log:
!MESSAGE Unable to find Action Set: com_sysdeo_eclipse_tomcat_actionSet
I think I have followed the instructions given in
http://www.eclipsetotale.com/articles/tomcat/tomcatPluginDoc FR.html
What should I do to get the classes loaded using a classloader that is
not represented as null?
--
Henri Sivonen
hsivonen@iki.fi
http://iki.fi/hsivonen/
|
|
|
Powered by
FUDForum. Page generated in 0.04928 seconds