I have woking on a Java desktop application which connects to the ISPs webserver database (remote access is allowed) and it works fine on my computer.
I'm trying to desploy my application as a webstart application. But when I try to run the JAR file using the JNPL the database connection gives a "communication link faliure" error. Following is my connection string.
jdbc:mysql:/##.##.##.##:3306/MyDatabase
Please help. Thanks.