On Sun, May 27, 2007 at 02:14:03PM +0200, Velpi wrote: > I'm having some issues running Tomcat5. I want to use the Sun JDK in > stead of the GNU one, and I also want to keep using the rpm's from the > RedHat repository (which unfortunately have a dependency to the GNU vm). > So I installed the Sun JDK from RPM. > > I also adjusted the symlinks in /usr/bin to point to > /usr/java/default/bin/java[|c|doc|h|ws].
You shouldn't do that manually: use the JPackage nosrc.rpm's RPMs for Sun JDK (www.jpackage.org), build the binary RPMs out of that and install them, and then use the "alternatives" system to make Sun JDK the default. > The most weird about it is this: "libgcj.so.7rh". This probably means that Tomcat is still using GNU Java. -- -- Jos Vos <[EMAIL PROTECTED]> -- X/OS Experts in Open Systems BV | Phone: +31 20 6938364 -- Amsterdam, The Netherlands | Fax: +31 20 6948204 _______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
