Modify

Opened 16 years ago

Closed 16 years ago

#514 closed defect (worksforme)

JOSM will not start - Unsupported major.minor version

Reported by: steve.ousley@… Owned by: framm
Priority: major Milestone:
Component: Core Version: latest
Keywords: Cc:

Description

When running josm from the terminal on my linux machine, an error comes up that the major.minor version is unsupported. This is replicable every time on my system.

Full error:
homer ~ # DISPLAY=:0 josm
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/openstreetmap/josm/gui/MainApplication (Unsupported major.minor version 49.0)

at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)

homer ~ #

Attachments (0)

Change History (2)

comment:1 by Gabriel Ebner <ge@…>, 16 years ago

What java version do you have? You need at least 1.5.

comment:2 by Gabriel Ebner <ge@…>, 16 years ago

Resolution: worksforme
Status: newclosed

Closing for lack of response.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain framm.
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.