i have two operating sytem one is windowsNT and linux which is bootable from floppy.i have already installed this two operating system.now i want to install java and c++.how to install them.
__________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/
i have two operating sytem one is windowsNT and linux which is bootable from floppy.i have already installed this two operating system.now i want to install java and c++.how to install them.
As far as Linux is concerned, C/C++ is already installed if u have installed gcc on ur Linux Machine. Read man gcc to know how u can compile c programs. Java,if not installed, u can install from jdk which is available as rpm... BTW, u need to use rpm command to install above rpm packages. Bye, SP
Sometime yesterday, Kompalli SuryaPrakash wrote:
[snip] operating system.now i want to install java and c++.how to install them.
As far as Linux is concerned, C/C++ is already installed if u have installed gcc on ur Linux Machine. Read man gcc [snip]
Read The Linux GCC HOWTO -- http://www.ibiblio.org/pub/Linux/docs/HOWTO/GCC-HOWTO
Read the gcc info manual. "info gcc" Read the libc info manual. "info libc"
Become a C/C++ pro. Write killer apps for gnu/linux.
As for Java, download the latest JDK from javasoft.com. I think it is JDK 1.4, which has support for logging, generics (like C++ templates) and assertions (we missed this in Java for long).
Manish