how to run jdbc program in linux-ubuntu?

how to run jdbc program in linux-ubuntu?

View Answers

July 1, 2011 at 7:31 AM

hi

firstly download the jdk on your system using terminal or go to softwear management then download openjdk-6 or commandline on terminal

sudo apt-get install openjdk-6-jdk

after that using same command to compile java program javac prog.java java prog









Related Tutorials/Questions & Answers:
Advertisements