Advice on Java


 
Thread Tools Search this Thread
Operating Systems Solaris Advice on Java
# 1  
Old 08-10-2012
Advice on Java

Hello,
I would like to update java on some of my servers running Solaris 9 & 10. The most common version of java on the servers is java 5. I would like to remove this older version and install java 6, even though it is fully patched. The main program that uses java 6 is NetBackup. This program is not patching their embedded java fast enough. I found a way to use the java on the system instead of the one included with NetBackup.
Anyway I'm concerned that if I remove java on the system I will break stuff. The servers have CDE and JVD installed. Most of the uses of the server use CDE.

How should I go about doing this?
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
ABRT-ACTION-ANALYZ(1)						    ABRT Manual 					     ABRT-ACTION-ANALYZ(1)

NAME
abrt-action-analyze-java - Calculate and save UUID & DUPHASH and determine the level of usability for reporting of a Java stack trace. SYNOPSIS
abrt-action-analyze-java [-v] [-d DIR] [-o] [-f FILE] DESCRIPTION
The tool reads the file named backtrace from a problem data directory, processes it and generates a universally unique identifier (UUID). Then it saves this data as new element uuid. It also checks whether the stack trace contains a remote address in any of its frames and if so it creates not-reportable element whose contents explains why the stack trace should not be reported into a bug tracking system. Integration with ABRT events abrt-action-analyze-java can be used to generate the UUID & DUPHAS of a newly saved Java stack trace. EVENT=post-create analyzer=Java abrt-action-analyze-java OPTIONS
-d DIR Path to a problem directory. The tool reads the backtrace from stdin when neither this option nor -f is provided. -f FILE Path to a stack trace. The tool reads the backtrace from stdin when neither this option nor -d is provided. -o Print the result to stdout. -v Be more verbose. Can be given multiple times. AUTHORS
o ABRT team abrt-java-connector 01/19/2014 ABRT-ACTION-ANALYZ(1)