I've built a Java application which executes correctly from my IDE (Netbeans). I have packaged the jar into a bundle for Mac OS (Leopard). If I run the application from the bundle or from the shell I get this error:
java.lang.NoSuchMethodError: java.util.Properties.load(Ljava/io/Reader;)V
I'm using java 1.5.0_16.
Do you know why I get this error when I execute the jar using shell. Do you know why I don't get it when I use IDE?
Thanks!