Dashboard > Penrose > FAQ > JDK Compatibility
Log In   View a printable version of the current page.
JDK Compatibility
Added by Endi S. Dewata, last edited by Endi S. Dewata on Aug 08, 2008  (view change)
Labels: 
(None)


Penrose Server requires a Sun JDK 1.5 for its security libraries. If you are using Red Hat/Fedora/
Centos/Other Linux distros, Sun JDK is may or may not installed. After installing the required JDK, you can add a new entry to alternatives by using this command:

[root@localhost]# alternatives --install /usr/bin/java java /usr/java/jdk1.5.0_11/bin/java 2

NOTE: We assign "2" in above command with the assumption that there is only one JVM installed.

ater this you can easily switch your JVM by issuing this command:

[root@localhost]# alternatives --config java

and pick number "2"

Site running on a free Atlassian Confluence Open Source Project License granted to Safehaus. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.4 Build:#809 Jun 12, 2007) - Bug/feature request - Contact Administrators