is there a way we can remove dependency to Sun JVM? The Fedora's default JVM are not Sun's and will not work. Is there a way we can make this work with Redhat's default JVM. I am using Fedora Core 5 and the default JVM is :
[
root@localhost ~]# java -version
java version "1.4.2"
gij (GNU libgcj) version 4.1.0 20060304 (Red Hat 4.1.0-3)
> [root@localhost bin]# /usr/sbin/alternatives --install /usr/bin/java java /usr/java/jdk1.5.0_07/bin/java 2
> [root@localhost bin]# /usr/sbin/alternatives --config java
There are 2 programs which provide 'java'.
Selection Command
*+ 1 /usr/lib/jvm/jre-1.4.2-gcj/bin/java
2 /usr/java/jdk1.5.0_07/bin/java
> Enter to keep the current selection[+], or type selection number: 2
[root@localhost bin]# java -version
java version "1.5.0_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
Java HotSpot(TM) Client VM (build 1.5.0_07-b03, mixed mode, sharing)