Hi Henri, I initially had some trouble installing the Sysdeo plugin, but then I followed the steps in this tutorial exactly and it worked fine: http://javaboutique.internet.com/tutorials/three/
I don't know of a mailing list, but here is a newsgroup: (news server) news.eclipse.org (newsgroup) eclipse.tools.jdt Best wishes, Frank Burns ----- Original Message ----- From: "Henri Sivonen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 13, 2004 9:07 AM Subject: Class loading problem with Sysdeo Tomcat Eclipse plug-in > 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/tomcatPluginDocFR.html > > What should I do to get the classes loaded using a classloader that is > not represented as null? > > (Is there another mailing list that would be more appropriate for > discussing the Sysdeo plug-in?) > > -- > Henri Sivonen > [EMAIL PROTECTED] > http://iki.fi/hsivonen/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
