Danvery2k6's Posts
Nairaland Forum › Danvery2k6's Profile › Danvery2k6's Posts
Netbeans IDE has got all I need. Gives your code good formatting. Thats what I love about it |
If I want to include the MySQL db in the application package, how do I get the db since I've been trying in vain to save a db from the MySQL querry browser. Should I include the MySQL folder from program files as someone sugested? |
For java, you can try using "Java How to program " by deitel, 6th ed and up. This will give you an intro to java standard edition |
[RESOLVED] Could someone help me with the code to loop through jtables. I want to get updated values(int) and perform a calculation with them. |
Been on j2se for 8 months. Presently doing my first project on automated court information system, deskop app. Hope to try out html, php and c later on. |
Hi guys. I've developed a simple app that has database connectivity with mysql. I wish to distribute my app so that the user will not need to install mysql before using it. I've tried creating a jar file but only the GUI runs correctly with that. How do I package my database too. |