Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
76:upgrade_java [2023/08/07 14:19] bdss76:upgrade_java [2024/02/15 00:00] (current) – external edit 127.0.0.1
Line 2: Line 2:
  
 \\ \\
-If you need to upgrade your Java version please proceed as follows:\\ +If you need to upgrade your Java version please proceed as follows: 
-Backup the cacerts file from the location of the existing JDK …/jdk_<old>/jre/lib/security/ or create a new cacerts file including the necessary certificates (e.g. company root certificate).\\ + 
-Install JDK of new Java version on server. Please refer to the system requirements for supported JDK editions.\\ +  * Backup the cacerts file from the location of the existing JDK ''…/jdk_<old>/jre/lib/security/''  or create a new cacerts file including the necessary certificates (e.g. company root certificate). 
-Copy the cacerts file to the location of the new JDK …/jdk_<new>/jre/lib/security/+  Install JDK of new Java version on server. Please refer to the [[:76:system_requirements|system requirements 7.6]] for supported JDK editions. 
 +  Copy the cacerts file to the location of the new JDK ''…/jdk_<new>/jre/lib/security/''
  
 === Windows: === === Windows: ===
Line 15: Line 16:
   * Execute the following as root or with sudo   * Execute the following as root or with sudo
   * Create new file that is getting loaded when system is starting/restarting   * Create new file that is getting loaded when system is starting/restarting
- 
 <code> <code>
 +
 touch /etc/profile.d/java_home.sh touch /etc/profile.d/java_home.sh