[Tips]Windows7和Rational Rose 2003 Enterprise Edition兼容性问题

简介:

晚上装Rose2003,安装过程提示了JVM有点问题,没管它,一切正常也都安装好了!运行Rose发现,启动时会报:java.lang.ClassNotFoundException,退出时还会报:java.lang.NullPointerException,而且搞得Rose没办法正常退出了,只能通过任务管理器强制结束程序。

解决办法:

http://www-01.ibm.com/support/docview.wss?uid=swg21119282

The java.lang.ClassNotFoundException / java.lang.NullPoinerException appear when starting / closing IBM® Rational Rose® 2003

Problem(Abstract)
Installing Rose 2003 as a part of Rational Suite 2003 may cause the following
errors to be reported:
- when starting application - Rose: java.lang.ClassNotFoundException
- when closing application - Rose: java.lang.NullPoinerException
  
Cause
The Rational Rose installer has an issue with the installation of the Microsoft
Java Virtual Machine component.
This issue is being investigated and will be addressed in the subsequent
releases.
 
Resolving the problem
Check if the following registry information is present on the machine:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Java VM]
"Classpath"=hex(2):25,73,79,73,74,65,6d,72,6f,6f,74,25,5c,6a,61,76,61,5c,63,6c,6
1,73,73,65,73,3b,2e,00
"TrustedClasspath"="C:\\WINNT\\java\\trustlib"

If so, this means that the Microsoft Java VM was installed correctly on the
machine but
the TrustedClasspath was not completely set up during installation.

In this case, make sure that the following applicable entries (according to the
correct path on the machine)
appear in the TrustedClasspath entry of the Microsoft Java VM registry key:

"TrustedClasspath"=c:\winnt\java\trustlib;c:\winnt\java\trustlib\rosedatamodeler
.zip;c:\winnt\java\trustlib\comwrappers.zip;c:\winnt\java\trustlib\xerces.jar;c:
\programfiles\rational\rose\web modeler\xerces.jar

If the Microsoft Java VM registry key is not present on the machine, it appears
that the MSJVM may not be installed correctly. 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~``

解决办法:

1.regedit
2.在[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Java VM]下修改

"TrustedClasspath"="c:\windows\java\trustlib\rosedatamodeler.zip;c:\windows\java\trustlib\comwrappers.zip;c:\windows\java\trustlib\xerces.jar"


本文转自Justin博客园博客,原文链接:http://www.cnblogs.com/justinw/archive/2009/11/26/1611659.html,如需转载请自行联系原作者

相关文章
|
2月前
|
数据管理 Linux iOS开发
Splunk Enterprise 9.4.5 (macOS, Linux, Windows) - 机器数据管理和分析
Splunk Enterprise 9.4.5 (macOS, Linux, Windows) - 机器数据管理和分析
126 0
|
Unix Linux iOS开发
Splunk Enterprise 10.0.0 (macOS, Linux, Windows) - 搜索、分析和可视化,数据全面洞察平台
Splunk Enterprise 10.0.0 (macOS, Linux, Windows) - 搜索、分析和可视化,数据全面洞察平台
118 0
|
8月前
|
Linux iOS开发 MacOS
Gitea Enterprise 23.4.0 (Linux, macOS, Windows) - 本地部署的企业级 Git 服务
Gitea Enterprise 23.4.0 (Linux, macOS, Windows) - 本地部署的企业级 Git 服务
253 0
Gitea Enterprise 23.4.0 (Linux, macOS, Windows) - 本地部署的企业级 Git 服务
|
9月前
|
数据管理 Linux iOS开发
Splunk Enterprise 9.4.1 (macOS, Linux, Windows) 发布 - 机器数据管理和分析
Splunk Enterprise 9.4.1 (macOS, Linux, Windows) 发布 - 机器数据管理和分析
244 0
Splunk Enterprise 9.4.1 (macOS, Linux, Windows) 发布 - 机器数据管理和分析
|
数据处理 Docker Windows
成功解决Docker Desktop requires Windows 10 Pro or Enterprise version 15063 to run.
成功解决Docker Desktop requires Windows 10 Pro or Enterprise version 15063 to run.
成功解决Docker Desktop requires Windows 10 Pro or Enterprise version 15063 to run.
|
数据处理 Docker Windows
成功解决Docker Desktop requires Windows 10 Pro or Enterprise version 15063 to run.
成功解决Docker Desktop requires Windows 10 Pro or Enterprise version 15063 to run.
成功解决Docker Desktop requires Windows 10 Pro or Enterprise version 15063 to run.
|
Kubernetes Linux Docker
Docker Enterprise 正式对 Windows Server 2019 提供支持服务
近日,Docker 宣布在 Docker Enterprise 容器平台上支持 Windows Server 2019 长期服务通道(LTSC)版本和 Server 1809 半年度通道(SAC)版本。
9432 0
|
API Windows 开发工具
使用 Microsoft.UI.Xaml 解决 UWP 控件和对老版本 Windows 10 的兼容性问题
原文 使用 Microsoft.UI.Xaml 解决 UWP 控件和对老版本 Windows 10 的兼容性问题 虽然微软宣称 Windows 10 将是最后一个 Windows 版本,但由于年代跨越实在太久远,兼容性依然是避不开的问题。
2105 0