Ok. Things are still not going properly. My workmate and I have written a small
test program that does nothing more than talk to the device (a GSM Modem) and send a message.
1. Everything works when we run it from the
IDE (Eclipse)
2. Everything works when we create the jar and run it from the command line using
java -jar <path>
3. Everything even works when we run it from the command line using the jar that is copied by web start into a folder after you have run it once so that you can run it offline.
4. However, the program runs over web start but we can't talk to the device and so are not able to make a connection.
Any ideas from anyone? Perhaps it is something to do with the libraries that are avaliable when running over webstart?
Any suggestions on further investigation would be great too.
Jonathan