Modify ↓
#2299 closed defect (wontfix)
Java WebStart doesn't work under OpenJDK 6 (java.lang.NoSuchMethodException JOSM.main)
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | Core Webstart | Version: | latest |
Keywords: | webstart | Cc: |
Description
Under Ubuntu 8.10:
avar@aoeu:~$ /usr/lib/jvm/java-6-openjdk/jre/bin/javaws http://josm.openstreetmap.de/download/josm.jnlp netx: Launch Error: Could not launch JNLP file. (java.lang.NoSuchMethodException JOSM.main([Ljava.lang.String;)) net.sourceforge.jnlp.LaunchException: Fatal: Launch Error: Could not launch JNLP file. at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:372) at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:600) Caused by: java.lang.NoSuchMethodException: JOSM.main([Ljava.lang.String;) at java.lang.Class.getDeclaredMethod(Class.java:1954) at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:358) ... 1 more Caused by: java.lang.NoSuchMethodException: JOSM.main([Ljava.lang.String;) at java.lang.Class.getDeclaredMethod(Class.java:1954) at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:358) at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:600)
Using Sun Java 6 works however.
Attachments (0)
Change History (6)
comment:1 by , 16 years ago
comment:2 by , 15 years ago
Keywords: | webstart added |
---|
comment:4 by , 15 years ago
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=216
This is/was a known issue and apparently a bugfix has been checked in and pushed for Fedora. Hopefully other distributions catch up soon and WebStart will work for many.
comment:5 by , 15 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:6 by , 5 years ago
Component: | Core → Core Webstart |
---|
Note:
See TracTickets
for help on using tickets.
Interesting! I have the same "problem". But if I click "webstart" on the mainpage of josm here it works.