* Rakotomandimby Mihamina <mihamina.rakotomandimby@xxxxxxxxxxxxxxxxxxx> [2005-09-03 17:43]: > I need to install Java on my FC4. I dont want to install it outside of > any yum or at least RPM packaging. Is what Fedora provides not suitable? > Most of the people arroud me use the sun java. I would like to have a > pretty similar way of byte compiling (just javac), so that I can follow > the teaching. Dont want something exotic... :-) /usr/bin/javac is symlinked to ecj (the Eclipse bytecode compiler) in FC. It shouldn't pose any problems. /usr/bin/java is symlinked to gij (the GNU interpreter). Andrew