Code:
libgcj-java-placeholder.sh
This script is a placeholder for the /usr/bin/java
master link required by jpackage.org conventions. libgcj's
rmiregistry, rmic and jar tools are now slave symlinks to these
masters, and are managed by the alternatives(8) system.
This change was necessary because the rmiregistry, rmic and jar tools
installed by previous versions of libgcj conflicted with symlinks
installed by jpackage.org JVM packages.
I'm running j2sdk 1.4.2_06 on fedora core 3, if that helps.
Every time I compile/run a java program from the commandline I get the above. I know that I could edit the sheel script to remove the text, but I figure that it's probably better if I actually fixed it.
My question, what do I need to do to fix it?