#9879 closed defect (fixed)
JOSM does'nt start Version 6950 / UBUNTU 12.4 LTS
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 14.04 |
Component: | Core | Version: | tested |
Keywords: | ubuntu java6 | Cc: |
Description (last modified by )
I use UBUNTU 12.4 (therefor with OpenJDK Runtime Environment (IcedTea6 1.13.1) (6b30-1.13.1-1ubuntu2~0.12.04.1)
OpenJDK 64-Bit Server VM (build 23.25-b01, mixed mode)
)
After Web start JOSM asked for JAVA7 ... i skipped (because Ubuntu uses OpenJDK and not Oracle) and then JOSM
Freeze with the Message "Plattform-Start auführen".
The "running bar is running" , but nothing happens.
OSM-User eknus
Attachments (3)
Change History (15)
comment:1 by , 11 years ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
Status: | new → needinfo |
comment:2 by , 11 years ago
Keywords: | ubuntu java6 added |
---|
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | needinfo → closed |
I fixed it ...
you need first to deinstall JRE6 and then (afterwards) install jre7.
Only installing jre7 doesn't work.
The messagescreen with "ORACLE" JAVA is imho missleading.
It's necessary to use JAVA 7 and you have to deinstall JAVA6.
Sorry for thins confusion.
Michael
comment:4 by , 11 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
You shouldn't see any mention about Oracle, it's not intended this way.
comment:5 by , 11 years ago
Milestone: | → 14.04 |
---|
by , 11 years ago
Attachment: | Veraltete Java-Version_055.jpeg added |
---|
Screen with "Oracle" under UBUNTU 12.4
by , 11 years ago
Attachment: | Freeze _059.2.jpeg added |
---|
After Clicking "Java akualisieren" = Update JAVA (the Same :-) )
comment:9 by , 11 years ago
As you can have install openjdk6 and 7 at the same time and default is set through alternatives, it is probably smart to simply use the direct path to the binary (/usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java
on 64bit). Otherwise it gets complicated.
follow-up: 11 comment:10 by , 11 years ago
You can use
update-alternatives --config java
to select the default Java version if more than one is installed.
follow-up: 12 comment:11 by , 11 years ago
Replying to bastiK:
You can use
update-alternatives --config javato select the default Java version if more than one is installed.
Sure but this is will not work without some admin rights (at least on Debian) and sets it globally. Though this would be the best choice compared to running the buggy openjdk-6 from Debian ATM, it might not be possible on all systems.
Gonna have a look at the start script. We probably can catch the java version there.
comment:12 by , 11 years ago
Replying to skyper:
Gonna have a look at the start script. We probably can catch the java version there.
Right we already have a check and spread a list of possibility. Gonna test tomorow if I find some minutes.
We need more info to help you. Can you please:
Thanks.