josm fails to start "No valid JVM found to run JOSM." due to lack of $JAVA_HOME on Ubuntu
Bug #1186377 reported by
Chris Bainbridge
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
josm (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
In Ubuntu 12.04.2 with openjdk-7-jre installed:
$ josm
No valid JVM found to run JOSM.
This happens because /usr/bin/josm prefixes the java command with $JAVA_HOME but on Ubuntu JAVA_HOME is not set.
The following works
$ JAVA_HOME=
Obviously the josm start script should not be depending on an environment variable that Ubuntu does not set.
To post a comment you must log in.
Status changed to 'Confirmed' because the bug affects multiple users.