Java 7 update 45 breaks NX Documentation search function (This article applied to Java 7 Update 51 also)

Java 7 update 45 breaks NX Documentation search function (This article applied to Java 7 Update 51 also)

  • Affected Software: NX9.0 UGDOC, NX8.5 UGDOC, NX8.0 UGDOC and NX7.5 UGDOC
  •    ----------------------------------------------------------------------------------------------------------------------------
    
       PROBLEM:
       
       Java 7 update breaks NX9.0, NX8.5, NX8.0 and NX7.5 NX Documentation
       search function
    
       REMEDY:
       
       The provided UGDOC fix has been developed for Java 7 Update 45 and NX9.0
       UGDOC, NX8.5 UGDOC, NX8.0 UGDOC, or NX 7.5 UGDOC. 
       
       To verify the installed Java version:
      
          Open Control Panel 
          Set 'View By:' to either 'Small Icon' or 'Large Icon'
          Select ‘Programs and Features’
    
       In the list of installed products, look for Java entries:
    
          Java 7 Update 45
          Java 7 Update 45 (64-bit)
    
       If the Java installation is different than what is listed above, please remove the older Java versions (except newer Java versions) and install Java 7 Update 45 from the following link:
  • 
          http://www.java.com/en/download/manual.jsp
  • 
       ===========================================================================
       NOTE: 
       There are different sections for NX9.0, NX8.5, NX8.0 and NX7.5.  Please
       read the appropriate section.
       ===========================================================================
    
    
       =========
       For NX9.0
       =========

  •    1. Go to our download page at
      
          http://www.dtsys.my/download.html
             
       2. Download nx85_nx9_java7_u45.
    3. Extract the content of nx85_nx9_java7_u45.zip to a temporary location. Copy the content to the following locations: - C:\Program Files\Siemens\NX 9.0\UGDOC\html_files\nx_help\ - C:\Program Files\Siemens\NX 9.0\REL_INFO\release_notes\english - C:\Program Files\Siemens\NX 9.0\REL_INFO\whatsnew\english 4. If the NX API Manuals are installed, complete the following: Copy the extracted content to the following locations: - C:\Program Files\Siemens\NX 9.0\UGDOC\html_files\nx_api\ ========= For NX8.5 =========  1. Go to our download page at
      
          http://www.dtsys.my/download.html
             
       2. Download nx85_nx9_java7_u45.

  •    3. Extract the content of nx85_nx9_java7_u45.zip to a temporary location.
           
           Copy the content to the following locations:
    
           -  C:\Program Files\Siemens\NX 8.5\UGDOC\html_files\nx_help\
           -  C:\Program Files\Siemens\NX 8.5\REL_INFO\release_notes\english
           -  C:\Program Files\Siemens\NX 8.5\REL_INFO\whatsnew\english
    
       4. If the NX API Manuals are installed, complete the following:
       
           Copy the extracted content to the following locations:
    
           -  C:\Program Files\Siemens\NX 8.5\UGDOC\html_files\nx_api\
    
    
       =========
       For NX8.0
       =========
    
       1. Go to our download page at
      
          http://www.dtsys.my/download.html
             
       2. Download nx8_java7_u45.

  •    3. Extract the content of nx8_java7_u45.zip to a temporary location.
           
           Copy the content to the following locations:
          
           -  C:\Program Files\Siemens\NX 8.0\UGDOC\html_files\nx_help\
           -  C:\Program Files\Siemens\NX 8.0\REL_INFO\release_notes\english
           -  C:\Program Files\Siemens\NX 8.0\REL_INFO\whatsnew\english
    
    
        =========
        For NX7.5 
        =========
        ** NOTE: 1/13/14 – Patch zip file has been updated to support IE 11. 
    
        1. Go to our download page at
      
          http://www.dtsys.my/download.html
             
        2. Download nx75_java7_u45.

  •     3. Extract the content of nx75_java7_u45.zip to a temporary location.
           
           Copy the content to the following locations:
      
              C:\Program Files\Siemens\NX 7.5\UGDOC\html_files\
           -  C:\Program Files\Siemens\NX 7.5\REL_INFO\release_notes\english
           -  C:\Program Files\Siemens\NX 7.5\REL_INFO\whatsnew\english
      • Related Articles

      • Sample NX Open Java routine : select an edge

        public static TaggedObject selectAnEdge(String prompt) throws NXException, java.rmi.RemoteException { UI theUI = (UI) SessionFactory.get("UI"); Selection.MaskTriple mask[] = { new Selection.MaskTriple( UFConstants.UF_solid_type, 0, ...
      • NX9 Product Template Studio JAVA Setup

        Starting with NX 8.5, JAVA Runtime Environment (JRE) for running applications built with Java is no longer included in the OOTB install. These applications include: — NX Relations Browser — Product Template Studio — Command line version of CATIA V4 ...
      • NX CAE - Customized Application Using NX Open

        Hi, Please find the youtube video link below which demonstrate this application. http://www.youtube.com/watch?v=3I0fKw2QbWE&feature=youtu.be Please check on the attached data if you are interested to use the customed app in this video. Cheers, Tuw
      • How to add a NX Custom Template

        The demonstration video below is related to NX CAE Application: https://www.youtube.com/watch?v=2PURAUxsJmY&feature=youtu.be For information on how to set the custom template location, please click here. Cheers, Tuw
      • NX CAE - Restart Analysis Using Sol601,106

        Hi, In CAE, restart analysis means that the analysis that is stopped by the solver previously, whether by error or by normal termination, is continued again to achieve certain purposes, without starting from the beginning of the analysis. Benefits of ...