JDK-4416927 : JRE 1.2.2_007 cannot run application miltary game properly
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 1.0.1
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_nt
  • CPU: x86
  • Submitted: 2001-02-20
  • Updated: 2001-03-15
  • Resolved: 2001-03-15
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.0.1 1.0.1Fixed
Description
Using JRE 1.2.2_007 in java webstart causes problem with application miltary game (MG).  After MG is started, clicking on any menus will not bring down any
submenus.  Also when MG is started with 1.2.2_007, the demo is not running properly.  The chess are not moving at all.  However, if we move another window over the MG window, the MG window gets updated and we can see the chess changed locations on the game board.  This suggest that it might be a repaint problem with 1.2.2_007.

Step to reproduce on WinNT:

1.  install JRE 1.2.2_007 - avaliable on java.sun.com
2.  set the default JRE in javaws with 1.2.2_007 and run military game application with j2se version set to 1.2.  The jre and jar for military game can be found at:
http://web-east.east/~sbohne/thomas/
3.   start mg with javaws.

The problem can be observed once the MG windows appears.

I tried it on solaris and WinNT.  both show similar problems.
1.  WinNT with JRE 1.2.2_007
2.  Solaris with JRE 1.2.2_005

Thomas

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: 1.0.1 FIXED IN: 1.0.1 INTEGRATED IN: 1.0.1 VERIFIED IN: 1.0.1
31-08-2004

EVALUATION Need to figure out if this happens as part of Java Web Start - or if it also happens stand alone. If it also happens stand along, we should update the JNLP files for MG to use 1.3 only. rene.schmidt@eng 2001-02-20 Fixed by creating a new AppContext for each Application that launches. Also created a JavaWebStartSecurity Manager. testcase: http://web-east.east/~sbohne/thomas/4416927/ thomas.v.ng@east 2001-03-12
12-03-2001