To see if you have Java enabled, try "java -version" in console. If it says java is an unrecognized command, then you will have to install it. To install type "sudo apt-get install sun-java6-jdk" for java 6 or "sudo apt-get install sun-java5-jdk" for java 5. Once you have installed java development kit, you can compile java similar to any other platform (javac foobar.java and then java foobar.class). You can find more information at https://help.ubuntu.com/community/Java ----- tanjir visit http://www.tanjir.net
--- On Thu, 2/19/09, নাসির খান <[email protected]> wrote: > From: নাসির খান <[email protected]> > Subject: [Ubuntu-BD] how to compile & run java codes > To: "Ubuntu Bangladesh" <[email protected]> > Received: Thursday, February 19, 2009, 10:39 PM > জাভা কোড কম্পাইল করার > জন্য কোন কোন প্যাকেজ > ডাউনলোড করতে হয়? কোন > কমান্ড > ব্যবহার করতে হয়? নাকি > Add/remove বা Synaptic package manager দিয়ে > ইনস্টল > করা যায়? > কিভাবে কম্পাইল করতে > হয় ? > কিভাবে রান করতে হয়? > > > > > -- > > Nasir Khan Saikat > [নাসির খান সৈকত] > www.nasirkhan.co.cc > nasir8891.wordpress.com > -- > Ubuntu Bangladesh mailing list > [email protected] > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd __________________________________________________________________ Connect with friends from any web browser - no download required. Try the new Yahoo! Canada Messenger for the Web BETA at http://ca.messenger.yahoo.com/webmessengerpromo.php -- Ubuntu Bangladesh mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
