Linux java development on ubuntu

deep16

Disciple
due to some reasons my lappy cannot boot win 7 now and i solely and gladly rely on ubuntu 11.04 :). but i cannot figure it out how to create and compile java files on ubuntu. so a step by step guide is very much appreciated and needed.

i will not use a ide like eclipse and rely on the best text editor availble on linux and jdk. so guys help me out to find those and and how to set up the paths etc.
 
Just install OpenJDK (from software center) or Java Development ki (from website) and the rest is same .

javac for compiling and java for running class file.
 
Yes, Install OpenJDK and use Gedit which is inhouse editor of Ubuntu.

If you want to use an IDE then choose from Netbeans or Eclipse.
 
Back
Top