From Java Bug Tracker: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6750054
Bug ID: |
6750054 |
Votes |
0 |
Synopsis |
Java control panel can’t be launched in true 64bit JRE on 64bit OS |
Category |
java_deployment:general |
Reported Against |
|
Release Fixed |
6u12(b01) |
State |
11-Closed, Verified, bug |
Priority: |
2-High |
Related Bugs |
|
Submit Date |
18-SEP-2008 |
Description |
Install true 64bit JRE (with Java plugin and Java webstart) on 64bit OS, start Java control panel from system control panel, the following exception will be show in a dialog box and Java control panel will failed to load: Could not find the main class: com. xxxxx .deploy.panel.ControlPanel. Program will exit. Posted Date : 2008-09-18 18:10:51.0 |
Work Around |
N/A |
Evaluation |
This issue is caused by bug fix 6710203 in 6u10 b31, which is trying to link msvcrt71.dll in WinConfig.java, unfortunately, there is no msvcrt71.dll in 64bit OS and we are not shipping this dll in JRE/bin directory as well, a link exception will be thrown which cause Java control panel exit. |