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