I've downloaded and installed JCreator, (accepting the installation defaults)when I try to build tomcat.java I get variations of the following error:
C:\jdk1.1.8\bin\Tomcat.java:10: Package org.apache.tomcat.util not found in import. I have the required packages on my system, where does JCreator look for the org.* packages? >From: "Pritpal Dhaliwal" <[EMAIL PROTECTED]> >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> >To: "Tomcat Users List" <[EMAIL PROTECTED]> >Subject: RE: new tomcat user >Date: Wed, 31 Oct 2001 19:01:21 -0800 > >you are missing servlet.jar from your CLASSPATH. >You could either add it in the CLASSPATH. or you could put it the >JAVA_HOME/lib/ and it will be picked up next time you compile your java >files. > >There is a really nice Java IDE called JCreator. Its looks a lot like >Microsoft Visual tools. In JCreator you could make list of your .jar files >and included them into whatever project you want. When you compile with >JCreator those .jar files are automatically included in your CLASSPATH. >This keeps you away from cluttering your CLASSPATH. > >Its free also. check it out www.jcreator.com > >Regards, > >Pritpal Dhaliwal >-----Original Message----- >From: Eric Strain [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, October 31, 2001 2:33 PM >To: [EMAIL PROTECTED] >Subject: new tomcat user > > >Hi: >I'm new to tomcat, does anyone here know where tomcat looks for the >javax.servlet package when building the servlets? I run TC from the command >line as >C:\jdk11.8.3>javac.exe MyProgram.java > >and TC can't find the javax.servlet packages from >import javax.servlet.*; and >import javax.servlet.http.*; any help is appreciated thanks. > > >_________________________________________________________________ >Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > > >-- >To unsubscribe, e-mail: ><mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: ><mailto:[EMAIL PROTECTED]> > > > >-- >To unsubscribe, e-mail: ><mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: ><mailto:[EMAIL PROTECTED]> > _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>