Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Class loading problem with Sysdeo Tomcat plug-in
Class loading problem with Sysdeo Tomcat plug-in [message #168651] Wed, 14 July 2004 07:23
Henri Sivonen is currently offline Henri SivonenFriend
Messages: 4
Registered: July 2009
Location: Helsinki, Finland
Junior Member
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/
Previous Topic:Debug problems with 3.0
Next Topic:Create a patch file between two versions
Goto Forum:
  


Current Time: Thu Jul 18 06:26:39 GMT 2024

Powered by FUDForum. Page generated in 0.03282 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top