[josm-dev] JOSM and Java 6
Sebastian Klein
bastikln at googlemail.com
Thu Aug 5 14:48:15 BST 2010
Sebastian Klein wrote:
> I guess we also need a message box for Java 5 users trying to run JOSM
> >= 3378. Currently it shows only the generic "This is always a coding
> error"-Box.
Done. (In [3417])
The following classes need to be Java 5 compatible for this message box
to show up:
JOSM
org.openstreetmap.josm.gui.Main
org.openstreetmap.josm.gui.MainApplication
org.openstreetmap.josm.tools.I18n.
(@Override for interfaces implementations is OK.) All other classes
shouldn't be a problem.
Sebastian
More information about the josm-dev
mailing list