>Any chance you can simply install Java 1.5? 

If you are not using Eclipse, where the target JRE is set in the Project 
settings, then you can use Java 6 as long as you use the options

 -source 5 -target 5

on the command line of your Java compiler line.

@Override tags are completely not needed. If you do not use them, you will not 
run into problems. It just asks the compiler to perform extra error checking. 
If a method marked with @Override fails to correctly override a method in one 
of its superclasses, the compiler generates an error. 

Rgds,
Brent.






_______________________________________________
josm-dev mailing list
[email protected]
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/josm-dev

Reply via email to