On 5/17/05, Justin Conover <justin.conover@xxxxxxxxx> wrote: > I'm starting to learn java and I'm a little confused with all the java > "stuff" in rawhide, is: > > # yum info gcc-java.x86_64 > Installed Packages > Name : gcc-java > Arch : x86_64 > Version: 4.0.0 > Release: 5 > Size : 5.3 M > Repo : installed > Summary: Java support for gcc. > > Description: > The gcc-java package adds experimental support for compiling Java(TM) > programs and bytecode into native code. To do this, you will also need > to install the Java runtime library included in the gcc-libgcj > package. > > Comparable to Sun's j2sdk? > > What would I use to learn/compile java code? > > TIA > Or I guess this is the samething huh? # whereis javac javac: /usr/bin/javac # /usr/bin/javac -version Eclipse Java Compiler 0.548, pre-3.1.0 milestone-6, Copyright IBM Corp 2000, 2005. All rights reserved. # yum info eclipse-ecj-3.1.0_fc-0.M6.16 Installed Packages Name : eclipse-ecj Arch : x86_64 Version: 3.1.0_fc Release: 0.M6.16 Size : 23 M Repo : installed Summary: Eclipse Compiler for Java Description: Eclipse compiler for Java. ]# yum info eclipse-jdt-3.1.0_fc-0.M6.16 Installed Packages Name : eclipse-jdt Arch : x86_64 Version: 3.1.0_fc Release: 0.M6.16 Size : 60 M Repo : installed Summary: Eclipse Java development tools Description: Eclipse Java developments tools.