how to make an simple java software ?

i want to make an java software such as students data query

i think i require a database.

and java knowledge suitable to it.

who can tell me which database is better

and which java knowledge is better suitable ?

and how to begin in step ?

who can tell me a light way ?

thanks

[326 byte] By [workwithjavaa] at [2007-10-3 2:49:08]
# 1
use Swing for your interface.try MySQL here http://mysql.com/you can also download the java connector there which you will need for your jdbc to communicate with mysql.--Nywled
Redxxiva at 2007-7-14 20:37:54 > top of Java-index,Java Essentials,Java Programming...
# 2
thanks a lot!and where to download the java connector ?and my jdbc needs to download ?and how to install them together to work ?
workwithjavaa at 2007-7-14 20:37:54 > top of Java-index,Java Essentials,Java Programming...
# 3
you just download this http://mysql.com/downloads/connector/j/5.0.htmlextract it and copy the mysql-connector-java-3.1.12-bin jar file toC:\installdir\jdk\jre\lib\ext directorydon't forget to download your mysql too.goodluck!Nywled
Redxxiva at 2007-7-14 20:37:54 > top of Java-index,Java Essentials,Java Programming...
# 4
thanks a lot!i will download them followed by what you said.if i had any other question about it, i will ask you!thank you again!
workwithjavaa at 2007-7-14 20:37:54 > top of Java-index,Java Essentials,Java Programming...
# 5
NP!-Nywled
Redxxiva at 2007-7-14 20:37:54 > top of Java-index,Java Essentials,Java Programming...