IBM Java Runtime Environment 8.0 Service Refresh 6 Fix Pack 30 CONTENTS OF THE UPDATE 1. This readme file. 2. IBM Java Runtime Environment zip file. CONTENTS OF THIS FILE 1. UPDATE INFORMATION 2. DOWNLOAD INSTRUCTIONS 3. INSTALLATION INSTRUCTIONS 1. UPDATE INFORMATION Please visit http://www.ibm.com/developerworks/java/jdk/fixes/ for information on latest updated and bulletins. 2. DOWNLOAD INSTRUCTIONS Note: If you are only able to see these instructions when downloading from Fix Central, please modify the download settings as follow: 1) On the download page after viewing and accepting the terms, under Download options, click "Change download options". 2) Check "Include prerequisites and co-requisite fixes (you can select the ones you need later)" 3) Click "Continue". You should now be able to to see the section "Below are the requisite fixes for this fix.". You may now download the JRE directly. Make sure that the update matches the same level from the JRE to be updated, it is recommended to run "java -version" in the binaries ("bin") directory where java is located. Normally the answer would be "1.X.Y" where X.Y is the Java level. To find the required file to download, look for the requisite fix that applies based on your current configuration: [OS] [Arch] [Bits] [Requisite fix, look for the FixID ending in] Linux x86_64 64 8.0.6.30-JavaSE-JRE-Linuxx86_6464 x86 32 8.0.6.30-JavaSE-JRE-Linuxx8632 zSeries 64 8.0.6.30-JavaSE-JRE-LinuxzSeries64 pSeries 64 8.0.6.30-JavaSE-JRE-LinuxpSeries64 Windows x86 64 8.0.6.30-JavaSE-JRE-Windowsx8664 x86 32 8.0.6.30-JavaSE-JRE-Windowsx8632 AIX pSeries 64 8.0.6.30-JavaSE-JRE-AIXpSeries64 3. INSTALLATION INSTRUCTIONS Note: These instructions are taken from the technote "How to update the IBM SDK for Java of IBM Rational products based on version 3.0.1.6 or later of IBM's Jazz technology" (http://www-01.ibm.com/support/docview.wss?uid=swg21674139) 3.1 Upgrading the JRE for a WAS installation If your products are deployed on WAS, Java SDK Upgrade Policy for the IBM WebSphere Application Server lists JRE upgrades that are available. You should also check the Product Security Incident Response Blog for any recent security bulletins for WAS that may have fixpacks or ifixes for the JRE, such as IBM Security Bulletin: Multiple vulnerabilities in current IBM SDK for Java for WebSphere Application Server April 2514 CPU. 3.2 Upgrading the JRE for a WebSphere Liberty installation 1) Stop the Jazz based servers. Note: The applications may be running in different application server instances or using a delegated converter. 2) Navigate to the original install directory and rename the JRE folder: /server/jre to /server/jre-Original This will ensure that the original JRE is kept as a backup in the event a restore is required. Example (Linux): mv /server/jre /server/jre-Original 3) Unzip the new JRE file provided by support to the Installation directory. Example (Linux): tar zxvf ibm-java-jre-7.1-4.50-linux-x86_64.tgz -C /server/ mv /server/ibm-java-x86_64-71/ /server/jre/ mv /server/jre/jre/* /server/jre/ rmdir /server/jre/jre 4) Restart the server 3.3 Upgrading the JRE for a Tomcat installation 1) Stop the Jazz based servers. Note: The applications may be running in different application server instances or using a delegated converter. 2) Navigate to the original install directory and rename the JRE folder: /server/jre to /server/jre-Original This will ensure that the original JRE is kept as a backup in the event a restore is required. Example (Linux): mv /server/jre /server/jre-Original 3) Unzip the new JRE file provided by support to the Installation directory. Example (Linux): tar zxvf ibm-java-jre-7.1-4.50-linux-x86_64.tgz -C /server/ mv /server/ibm-java-x86_64-71/ /server/jre/ mv /server/jre/jre/* /server/jre/ rmdir /server/jre/jre 4) Remove the Apache Tomcat temporary files located in the following directories: /server/tomcat/temp /server/tomcat/work/Catalina/localhost 5) Restart the ELM or Rational Engineering Lifecycle Manager server 3.4 Upgrading the JRE for Eclipse Option A: Adding a new JRE 1) Close the Eclipse client 2) Backup the JDK folder for your Eclipse installation /client/eclipse/jdk 3) Edit the eclipse.ini file, changing the value for argument -vm to match the location of jre/bin/javaw executable. 4) Rename the extracted file in Step 3 from sdk to jdk in order to match the original directory name. 5) Restart the Eclipse client. Option B: Replacing the JDK 1) Close the Eclipse client. 2) Back up the JDK folder for your Eclipse installation. /client/eclipse/jdk 3) Extract the contents of the ibm-java-sdk-* compressed file into the directory in Step 2 4) Rename the extracted file in Step 3 from sdk to jdk in order to match the original directory name. 5) Restart the Eclipse client. 3.5 Upgrading the JRE in the RM browser add-on Update the Browser Add-on installables on the server. Please contact IBM Support, you will receive new .cab and .xpi files in which the 32-bit JRE has already been replaced. You will also receive a new rm.war file. The current war file should be uninstalled and the new version deployed. 1) On the server locate the two files rmBrowserAddOn-{version}.cab and rmBrowserAddOn-{version}.xpi These will be located at: {InstallDir}\server\conf\rm\resources\addons 1) Replace these files with the new ones provided by IBM Support. The above steps require requesting the release specific versions of the add-on for the server being updated. All clients with the browser add-on previously installed will need to perform the following: Uninstall the current browser add-on from all browsers. For Mozilla Firefox 1) Go to the Add-ons Manager 1) Select the RMBrowserAddOn and Remove it. For Microsoft Internet Explorer 1) Go to Manage Add-ons. Be sure to select Show: All add-ons. 2) Select the RMBrowserAddOn and click on the More information link. 3) In the resulting dialog, click the Remove button. More details on uninstalling the browser add-on can be found here: https://jazz.net/library/article/1088/ Once complete, the next attempt to edit a graphical artifact will result in a new download and install of the add-on from the server that was updated in the prior steps above.