Talk:Java Applet

From OpenStreetMap Wiki
Jump to navigation Jump to search

Reporting bugs & requests

Where is the info about reporting bugs & requests for improvements? Britoboy 23:11, 4 February 2007 (UTC)

I've added a 'bugs' section at the bottom there now -- Harry Wood 09:57, 5 February 2007 (UTC)

Java requirements

I've just written that it requires java 1.5 or above. I presume that's correct. I just tried to run it on an old 1.4 and it failed to start up. The console error was java.lang.UnsupportedClassVersionError: org/openstreetmap/processing/OsmApplet (Unsupported major.minor version 49.0). Updated java 6 plugins fixed this. We should be detecting java version and reporting the error in a more friendly way I guess -- Harry Wood 01:34, 10 February 2007 (UTC)

Its seems that the class files were compiled for Java 5.0, but the source code is 1.3 compatible - maybe its just a matter of recompile. I'll fill a bug report. Britoboy 16:45, 18 February 2007 (UTC)

Binary of applet

It would be nice to link to the applet's jar files, so that people without flash could still use java applet for editing.