I've followed a video at http://doc.instantdeveloper.com/eng/VICJavaInst.htm, but using current versions (ie. Tomcat 7.0.42, ant 1.9.2, JDK 1.7.0_25).
Tomcat is working, I can log in to the manager. Ant and JDK both have their enviroment and path variables set correctly.
When I try to compile some of the sample applications I get errors like:
- Code: Select all
S - -10000 - ANT returned 1: command ={"C:\Program Files (x86)\Apache Software Foundation\apache-ant-1.9.2\bin\ant.bat" -logfile errors.txt "-DIJLIB=C:\Program Files (x86)\INDE\CURRENT\Lib" "-DTOMCAT=C:\Program Files (x86)\Apache Software Foundation\Tomcat 7.0" "-Dtomcat.shared.lib=C:\Program Files (x86)\Apache Software Foundation\Tomcat 7.0" "-Dtomcat.common.lib=C:\Program Files (x86)\Apache Software Foundation\Tomcat 7.0" "-Dtomcat.lib=C:\Program Files (x86)\Apache Software Foundation\Tomcat 7.0\lib" deploy}, directory={c:\program files (x86)\inde\examples\checkers\servlet\}
S - 1817 - 1817 - Error while compiling Java code
I feel like I'm missing a step, but I'm not sure what it is.
Thanks,
Jacob