I use jdk1.4.2 , Looks like our problem is a different issue Yair -----Original Message----- From: JavaNetIn [mailto:[EMAIL PROTECTED] Sent: Saturday, April 03, 2004 10:32 PM To: Tomcat Users List Subject: Re: Problem with starting up Tomcat 5.0.1.9 using launcher - a classpathissue?
hello Friend, Which JDK Version do you have? Have you tried on jdk1.3.x version. Because I can not compile jsp pages on tomcat 5.0 as well as tomcat 4.1.0 build 7 in jdk1.4.2 environment but both perfectly runs in jdk1.3 environment. I don't know the reason. ./Nikhil Yair Fine wrote: >Did you mean tools.jar ? It is already in common\lib >I also have my CATALINA_HOME environement variable set (C:\Program >Files\Apache Software Foundation\Tomcat 5.0) It still don't work >Yair > >-----Original Message----- >From: FRANCOIS Dufour [mailto:[EMAIL PROTECTED] >Sent: ש 03 אפריל 2004 15:48 >To: [EMAIL PROTECTED] >Subject: RE: Problem with starting up Tomcat 5.0.1.9 using launcher - a >classpath issue? > > >i ad the same ive red somwere to copy tool .jar to a folder in tomcat i >tink its comun/lib >not shure try to ad catalina_home environement variable pointing to >your >tomcat instalation folder > > > > >[EMAIL PROTECTED] >administrateur http://entre-nous.qc.tc > > > > > > > >>From: "Yair Fine" <[EMAIL PROTECTED]> >>Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> >>To: <[EMAIL PROTECTED]> >>Subject: Problem with starting up Tomcat 5.0.1.9 using launcher - a >>classpath issue? >>Date: Sat, 3 Apr 2004 14:52:43 +0200 >> >>Hi, >>I installed Tomcat 5.0.1.9 on Windows 2000. >> >>When I run Start menu-> programs -> Apache Tomcat 5.0 -> Start Tomcat >>, >> >> > > > >>nothing happens, and no tomcat icon appears. >> >>When i go to bin directory and run startup-using-launcher.bat , I get >>an exception : >>java.lang.NoClassDefFoundError: org/apache/tools/ant/launch/AntMain >> at java.lang.ClassLoader.defineClass0(Native Method) >> at java.lang.ClassLoader.defineClass(ClassLoader.java:537) >> at >>java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123) >> at >> >> >java.net.URLClassLoader.defineClass(URLClassLoader.java:251) > > >> at java.net.URLClassLoader.access$100(URLClassLoader.java:55) >> at java.net.URLClassLoader$1.run(URLClassLoader.java:194) >> at java.security.AccessController.doPrivileged(Native Method) >> at java.net.URLClassLoader.findClass(URLClassLoader.java:187) >> at java.lang.ClassLoader.loadClass(ClassLoader.java:289) >> at java.lang.ClassLoader.loadClass(ClassLoader.java:235) >> at >> >> >java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302) > > >> at >> >> >org.apache.commons.launcher.Launcher.start(Launcher.java:385) > > >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja >>v >>a:39) >> at >>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso >> >> >r > > >>Impl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:324) >> at LauncherBootstrap.main(LauncherBootstrap.java:185) >> >>Indeed, if i look at ant.jar ion common\lib, there is no >>org/apache/tools/ant/launch/AntMain class Though is if run startup.bat, >> >> > > > >>the server starts and work I have my JAVA_HOME variable path going to >>the right place >> >>Enyone have a clue ? >>Regards >>Yair Fine >> >> >> > >_________________________________________________________________ >MSN Search, le moteur de recherche qui pense comme vous ! >http://fr.ca.search.msn.com/ > > >--------------------------------------------------------------------- >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] > > > >
