Modify

Opened 16 years ago

Closed 15 years ago

Last modified 5 years ago

#2299 closed defect (wontfix)

Java WebStart doesn't work under OpenJDK 6 (java.lang.NoSuchMethodException JOSM.main)

Reported by: avarab@… 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 anonymous, 16 years ago

Interesting! I have the same "problem". But if I click "webstart" on the mainpage of josm here it works.

comment:2 by plaicy, 15 years ago

Keywords: webstart added

comment:3 by plaicy, 15 years ago

Ticket #3216 has been marked as a duplicate of this ticket.

comment:4 by xeen, 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 stoecker, 15 years ago

Resolution: wontfix
Status: newclosed

comment:6 by Don-vip, 5 years ago

Component: CoreCore Webstart

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.