0
jdbc
i have made a jdbc program..then i converted it to jar..it is running fine in my laptop.. but i distributed it is not working fine because the database is not included. so how can i included the database ?
3 Respuestas
+ 1
I'm not sure if this can help but when exporting java applets in Processing a data directory is created, and all the program external assets are contained in there. You distribute the jar and the data directory together to make sure that everything needed is available.
+ 1
I guess you are using mysql. You need to install Mysql on your pc and start it everytime you want to use your program
0
seamiki..i could not understand. i m not using applet