jdbc | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 ?

6th Feb 2017, 6:13 PM
Somnath Ghosh
Somnath Ghosh - avatar
3 Answers
+ 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.
6th Feb 2017, 6:41 PM
seamiki
seamiki - avatar
+ 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
6th Feb 2017, 8:55 PM
Daniel S
Daniel S - avatar
0
seamiki..i could not understand. i m not using applet
12th Feb 2017, 5:11 PM
Somnath Ghosh
Somnath Ghosh - avatar