how to run jdbc program in linux-ubuntu?
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
Ads