RunTimeINIT: *** terminating: Java arch not 64 Bit or not detected

1.3k views Asked by At

I am getting this error while running Sikulix from CMD with command

java -jar sikulix.jar

complete error is:

[error] RunTimeINIT:  *** terminating: 
Java arch not 64 Bit or not detected (java 8-32 version 1.8 vm 25.181-b13 class 52.0 arch null)

I am not able to find any solution for this.

1

There are 1 answers

1
PowerStat On BEST ANSWER

Sound like a java 64 bit is required (because of native code dependencies) and you only have a java 32 bit installed.