I have installed JEE 5 with JDK on Windows XP machine. I want to
compile a servlet or application. should i also install jdk separately
to compile these or there is any other way? I couldn't find javac, jar
or servlet.jar files.
Thanks. . .
Arne Vajhøj - 10 Apr 2007 00:28 GMT
> I have installed JEE 5 with JDK on Windows XP machine. I want to
> compile a servlet or application. should i also install jdk separately
> to compile these or there is any other way? I couldn't find javac, jar
> or servlet.jar files.
If you have a JDK then you have a javac.
Maybe you just need to get in the path ?
I would suggest that you use an IDE.
Arne