I have downloaded and installed
J2EE, JSDK and
ANT, I have also set the environment variable
JAVA_HOME=C:\jdk1.3
J2EE_HOME=C:\j2eesdk1.2.2
ANT_HOME=C:\ant
I have also set the path for J2EE and ANT
SET pat=c:\jdk1.3\bin;c:\j2eesdk1.2.1\bin;c:\ant\bin
I have also set the classpath for ANT
SET classpath=c:\ant\lib\ant.jar;c:\ant\lib\parser.jar;
My deploymet tool is working on deploytool
but when I try to compile using ANT it is not working...
it gives
Error : Could not find a JVM
Pls. help
Anirudh