>tried that... now no errors anyway but there is no class file too

Maybe you can just copy the servlets.jar file in c:\javacode and run

  c:\javacode>javac -verbose -classpath servlet.jar HelloWorld.java

if a class file is made, then delete the class file, and do 

  c:\javacode>javac -verbose -classpath "c:\javacode\servlet.jar"
HelloWorld.java

and if it works, change whatever is in " ... " with the actual location. 

If it doesn't compile, could you post 

- result of running "java -version"
- source of HelloWorld.java

Regards,

Ben Kim
Database Developer/Systems Administrator
434E Harrington Tower / College of Education 
Texas A&M University






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to