2

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.

Nicolás Alarcón Rapela
  • 2,714
  • 1
  • 18
  • 29
Mikku
  • 6,538
  • 3
  • 15
  • 38

1 Answers1

1

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

PowerStat
  • 3,757
  • 8
  • 32
  • 57