Hi again! Since I have no plans to run the java shipped in fedora, I prefer to delete the Fedora Java links in /usr/bin/
If you are having troubles, try to check the JVM: $ java -version In FC3, what I do is to set the JAVA_HOME in the /etc/profile or in your own .bash_profile: export JAVA_HOME=/usr/java/j2sdk1.4.2_06 pathmunge $JAVA_HOME/jre/bin after Best Regards, Antonio Gallardo. On Vie, 3 de Diciembre de 2004, 17:34, Jeremy Boynes dijo: > Antonio Gallardo wrote: >> Hi Jeremy: >> >> the advise in my last mail don't helped? >> > > Yes it did. I had the Sun JDK's installed and thought that things would > use JAVA_HOME (set in profile) to locate tools; you made me realize I > should symlink the others as well. I had already gone back to 1.4.2 > though and am looking to see if that is stable first. > > However, if Unix commands like find and rm are dumping then it makes me > question if the machine itself is acting up (bad memory or CPU failure). > > -- > Jeremy >
