﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3216	JavaWS does not work	anonymous	team	"If I start JOSM by ""javaws http://josm.openstreetmap.de/download/josm.jnlp"", I get the following exception:
net.sourceforge.jnlp.LaunchException: Fatal: Launch Error: Could not launch JNLP file.
        at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:395)
        at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:623)
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:374)
        ... 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:374)
        at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:623)

This error can be resolved by changing one line in the josm.jnlp file:
Change:
<application-desc main-class=""JOSM""/>
into:
<application-desc main-class=""org.openstreetmap.josm.gui.MainApplication""/>
I don't have an svn account for josm, so can somebody change this for me?

Used openJDK 1.6.0_0 (64 bits) on linux."	defect	new	major		Core	tested			richardbrinkman@…
