History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: PENROSE-166
Type: Improvement Improvement
Status: Reopened Reopened
Priority: Critical Critical
Assignee: Jim Yang
Reporter: Jim Yang
Votes: 0
Watchers: 0
Operations

Clone this issue
Create sub-task
If you were logged in you would be able to see more operations.
Penrose

Sun JDK dependency

Created: 05/Sep/06 11:34 AM   Updated: 08/Aug/08 10:20 AM
Component/s: Configuration
Affects Version/s: Penrose-1.0.4
Fix Version/s: Penrose-2.0

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
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)

 All   Comments   Work Log   Change History      Sort Order:
Jim Yang - [05/Sep/06 11:35 AM ]
Here's a quick and easy way to enable Sun JDK 1.5 in FC5

> [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)