Hello,
I`m developing a mobile phone game in JBuilder 2005 enterprise.
The game works perfectly inside JBuilder and when using the built-in emulator.
But if i build the game into a jar and jad using the archive builder and then run it on a mobile phone or using a phone emulator, i get a null pointer exception from the images i use.
When developing with JBuilder, the images only work if i put them into the classes folder.
After building, they go to the root.
Should they be somewhere else, as the error must be coming from, the fact they were moved and the program can`t find them.
In the code the address is just "/image1.png".

Reply With Quote


