-
Notifications
You must be signed in to change notification settings - Fork 6
raspberry Pi install failed #1
Comments
with maven '-e':
|
When you see this "java.lang.UnsupportedClassVersionError" error its because the class (the project or the libraries it uses) were compiled by a version of java greater than the one you are using. The version of java on RPi is Java 8 by default, but other platforms may be java 7 or less. run |
This is a out of the box Raspian jessie-lite image.
Is there a preference for openjava versus Oracle Java? |
Interesting...the current rasbian is supposed to ship with oracle (nee sun) java 8? Maybe its just not in jessie-lite? The oracle java is considerably faster that the openjdk, so its worth it too. Try |
It could be because I'm using the 'lite' image? |
Once its sorted could you add a note to the install page? |
Sure thing :-).. It seems to run with openjdk-8-jdk package... |
See also SignalK/signalk-server-java#27 |
closing then |
following instructions on https://github.com/signalk/specification/wiki/Raspberry-Pi-Installation-%28Java-Server%29, I get the following error:
The text was updated successfully, but these errors were encountered: