-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Amit Saha wrote: > Hi 1 > On Fri, 2006-10-20 at 14:26 +0100, francis bosco wrote: >> How can we compile c programs and java programs in kubuntu > You will need to install GNU C Compiler along with the libraries for C > programming ( GCC ) and for java you will have to install the JDK > binaries available from http://java.sun.com
And if you have a working net connection setup on your Ubuntu Installation, you can install the GCC by: sudo apt-get update sudo apt-get install build-essential and for Sun Java: sudo apt-get install sun-java5-jdk sun-java5-jre Also make sure that all the repositories are uncommented in the /etc/apt/sources.list file. Thanks, - -- Prashanth Mohan http://prashblog.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFFOSEje6gWeYDScTIRArpcAJ4vi6a1XgW5Y7CMr3cW26spIUGXkACgzpaD Ls/E8PWRqxKnXNA+ZCoiTE4= =luPs -----END PGP SIGNATURE----- -- ubuntu-in mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
