Error unpacking JAR files - Raspberry Pi Forums


i'm trying install program called screenhub on new raspberry pi. have installer linux, downloads shell script; yet, can't neither 32-bit or 64-bit versions install. of course i've run updates. tried escalating privilege sudo -s. same error regardless.

ran command java -version, shows version 1.8.0_65, java hotspot client vm. so, i'm not sure what's wrong here. error follows...
bin/unpack200: exec format error
error unpacking jar files. architecture or bitness (32/64) of bundled jvm might not match machine.
appreciated! need program work. thank you!

"exec format error" means trying run code built run on pc on not pc. raspberry pi uses arm cpu, while pcs use intel style x86 cpus. code 1 won't run on other because use different instruction codes.

screenhub doesn't seem have raspberry pi version.

many suppliers list "linux" version without mentioning linux on pc or mac only. forget linux can run on several other types of computer, of raspberry pi common.


raspberrypi



Comments

Popular posts from this blog

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'