1

hi have tried executing a .jar file using java -jar jarfilename.jar but it just returns:

Error occurred during initialization of VM Server VM is only supported on ARMv7+ VFP

and it returns the same thing if I use the command java version,java -versionorjava --version

Any reason why it doesn't work? (I have a Raspberry Pi Model B Rev 2)

alec
  • 11
  • 2

1 Answers1

2

I have a Raspberry Pi Model B Rev 2

If you mean the (more or less) original single core pi with the yellow RCA and blue 3.5mm jacks, you can't run ARMv7 code.

You'll have to install a java build for ARMv6.

goldilocks
  • 60,325
  • 17
  • 117
  • 234