Re: NoClassDefFoundError: sun/tools/javac/Main

2001-11-16 Thread Eric Strain
Hi James- first, my disclaimer: I'm a C++, Visual C++, ATL, COM, DCOM guy, so I'm by no means a TC Guru, in fact considering the problems I've had with TC and Java, I hate the entire Java scene, but aside from that here's what I did: I downloaded and extracted the JDK 1.1.8 program to my root d

Re: cannot execute binary file

2001-11-13 Thread Eric Strain
Hi: I hate to be simplistic, but, is your classes12.zip file still compressed? If so just unzip it to a safe location and alter your classpath >From: "Noble Long" <[EMAIL PROTECTED]> >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: cannot execute binary file

tomcat archive location?

2001-11-03 Thread Eric Strain
I need to search the archives for information on TC, anyone here know the address? Thanks. _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp -- To unsubscribe: For additional

RE: new tomcat user

2001-11-02 Thread Eric Strain
TH. > >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 > > &g

initial construction of tomcat

2001-11-02 Thread Eric Strain
Hi All: (new to TC) please forgive my ignorance of this topic :) I have downloaded the tomcat binaries, configured my environment and run startup.bat from my tomcat directory. Now I have a tomcat.java file listed. How do I build TC into an executable servlet container? I usually use the followi

RE: new tomcat user

2001-10-31 Thread Eric Strain
ompile 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 [mai

new tomcat user

2001-10-31 Thread Eric Strain
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.