Modify ↓
Opened 11 years ago
Closed 11 years ago
#10103 closed defect (invalid)
josm-custom 7216 won't start
Reported by: | Zverikk | Owned by: | team |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | template_report, dev | Cc: |
Description
What steps will reproduce the problem?
- svn update for josm core
- ant
- java -jar dist/josm-custom.jar
What is the expected result?
JOSM starts and shows a map.
What happens instead?
See the exception below.
Build-Date: 2014-06-06 00:42:27 Revision: 7216 Is-Local-Build: true Identification: JOSM/1.5 (7216 SVN ru) Linux RFRemix 20 (Heisenbug) Memory Usage: 178 MB / 2645 MB (136 MB allocated, but free) Java version: 1.7.0_55, Oracle Corporation, OpenJDK 64-Bit Server VM VM arguments: [-Dawt.useSystemAAFontSettings=lcd] Plugin: NanoLog Plugin: OpeningHoursEditor Plugin: PicLayer Plugin: buildings_tools Plugin: editgpx Plugin: geochat Plugin: imagery_offset_db Plugin: measurement Plugin: notes Plugin: openstreetbugs Plugin: pbf Plugin: poly Plugin: reltoolbox Plugin: reverter Plugin: scripting Plugin: utilsplugin2 Plugin: videomapping-mp java.lang.NoSuchMethodError: org.openstreetmap.josm.gui.preferences.projection.ListProjectionChoice.<init>(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;Ljava/lang/String;)V at org.openstreetmap.josm.gui.preferences.projection.GaussKruegerProjectionChoice.<init>(GaussKruegerProjectionChoice.java:19) at org.openstreetmap.josm.gui.preferences.projection.ProjectionPreference.<clinit>(ProjectionPreference.java:139) at org.openstreetmap.josm.Main.preConstructorInit(Main.java:784) at org.openstreetmap.josm.gui.MainApplication.main(MainApplication.java:402)
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Sorry, I should have done
ant clean
.