On Mon, Feb 1, 2010 at 1:48 PM, kannan manoharan <[email protected]> wrote: > Hi, > > Anyone please tell me where i can get the JDK RPM PACKAGE > > Prefer version - jdk-1_5_0_15 > > Thanks > Kannan M
If you use Fedora 11/12, OpenJDK works well. su -c 'yum install java-1.6.0-openjdk' will install the latest version. If you really want Sun's JDK, then you can download it from their site. It is a bin file. cp it to /usr/local and then install it there. Then add it to your PATH variable. OpenJDK saves you this grunt work :) And don't use all caps, even for subject. -- Salvadesswaran Srinivasan http://www.twitter.com/salva_eswar http://queasyquagmire.wordpress.com _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
