I have windows98 and my
tomcat runs fine.
I have installed sdk in in c:/j2sdk1.4.1 and my tomcat in c:/tomcat4.1
My tomcat runs fine.
But problem in running a
java file in MSDOS.
I created a folder called
testing under c:
c:/testing and try to run a simple java file in it
Lets say test.java
public class test {
public static vod main(
String[] args) {
System.out.println("hello");
}
}
when i try to compile using javac test.java in MSDOS
i get error as Bad command or file name