Recently when I upgrade my Developer studio from DS 3.3.0.201501281210 to any later DS version, for exampe DS3.5 (Build Version 3.5.0.201506190944), I can not build projects in headless mode anymore, even if install new DS in different folder.
Here is my setting:
Build command:
C:\DSTemp already created in C drive,
All packages already installed in Packages manager.
Open command prompt: change dir to E:\DS3.5.M1.201506190944\DeveloperStudio, then run command:
Error display as below:
And a popup windows showed:
Java:
E:\DS3.5.M1.201506190944\DeveloperStudio>java -version
java version “1.8.0_45”
Java™ SE Runtime Environment (build 1.8.0_45-b15)
Java HotSpot™ Client VM (build 25.45-b02, mixed mode, sharing)
I don’t know what wrong with later DS (from 3.3.0.201501281210, it works on this version)
I will greatly appreciate if anyone help me. Thank you very much.
Note sure if this applicable - but there is a note in the Release Notes that you will need a 32 bit version of Java installed even if you are running a 64 bit system.
I also note that you are running Java 1.8, but the error message is stating that Java 1.7 is required. Can you install an (old) version of Java 1.7 and see if you get the same error?