I just installed ant and JDK 6 and am trying to run the ant task. I get the following:
C:\Users\Giles Roadnight\workspace\Parsley\build>ant compile_spicelib_complete_flex Buildfile: build.xml compile_spicelib_complete_flex: [exec] Error loading: C:\Program Files\Java\jdk1.6.0_17\jre\bin\server\jvm.dll [exec] Result: 6 BUILD SUCCESSFUL Total time: 0 seconds C:\Users\Giles Roadnight\workspace\Parsley\build>
This file - jvm.dll definitely exists. I tried to work as an administrator with the same result.
To install, I ran the JDK installer (I already had JRE installed), I configured JAVA_HOME in my environment variables. I unpacked ant and added my ant bin directory to my PATH.
I do not know about Java and how it all works, so I lost this a bit.
I am on 64-bit windows 7. I downloaded the 64-bit JDK.
Any help is greatly appreciated.
source share