-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Labels
OS: LinuxSpecific to the Linux version of the Arduino IDESpecific to the Linux version of the Arduino IDEType: WontfixArduino has decided that it will not resolve the reported issue or implement the requested featureArduino has decided that it will not resolve the reported issue or implement the requested featurefeature requestA request to make an enhancement (not a bug fix)A request to make an enhancement (not a bug fix)
Description
arduino
on linux is actually a script that launches arduino via java. If you build arduino yourself there is no bundled java included which means it will use your distris java. If its java7, it will crash.
I am maintaining the Archlinux AUR PKGBUILD which use a trick to ensure arduino starts with java8:
https://aur.archlinux.org/cgit/aur.git/tree/arduino.sh?h=arduino
Would there be another option to include this into the arduino script? It should be distribution independant, so I do not know how its handled on different OS. Does anyone know how we could solve it? I think that should be possible.
Metadata
Metadata
Assignees
Labels
OS: LinuxSpecific to the Linux version of the Arduino IDESpecific to the Linux version of the Arduino IDEType: WontfixArduino has decided that it will not resolve the reported issue or implement the requested featureArduino has decided that it will not resolve the reported issue or implement the requested featurefeature requestA request to make an enhancement (not a bug fix)A request to make an enhancement (not a bug fix)