After our ASA units were updated to the latest version of ASDM my Java client would no longer connect to ASDM. An upgrade to the latest version of Java was in order. Since fedora yum repository does not yet offer the latest version of Java I downloaded the latest rpm variant of JDK from http://java.sun.com/javase/downloads/index.jsp
The install steps are:
Grand executable permission to installer file
1
|
|
Run installer file
1
|
|
Rename symbolic links pointing to old java programs
1 2 3 4 |
|
Create new symbolic links
1 2 3 4 |
|
Verify that new java version is installed
1 2 3 4 |
|