-
Bug
-
Resolution: Fixed
-
P3
-
1.4.2
-
b17
-
x86
-
windows_2000
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2064688 | 5.0 | Devananda Jayaraman | P3 | Resolved | Fixed | tiger |
###@###.### 2003-02-06
J2SE Version (please include all output from java -version flag):
java version "1.4.2-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-beta-b14)
Java HotSpot(TM) Client VM (build 1.4.2-beta-b14, mixed mode)
Does this problem occur on J2SE 1.3, 1.4 or 1.4.1?
NO
Operating System Configuration Information (be specific):
Microsoft Windows 2000 [Version 5.00.2195]
Service Pack 3
Latest Security Patches
Hardware Configuration Information (be specific):
Standard PC (320MB RAM, P3-450)
ATI RAGE PRO TURBO AGP 2X
Bug Description:
Package a tiny JavaBean (SampleActiveXMsvcSource.zip) with 1-4-2 packager
tool. Tried to use it inside of MSVC ActiveX Testcontainer. Works once,
after some fooling around (deleting the instance, creating another one)
the testcontainer crashes. Rebooting machine. Trying to do some liny MFC
dialog app in MSVC. Inserting the JavaBean into the dialog editor. Works well.
Building and starting the app. Seems to work fine, then crashes.
Steps to Reproduce (be specific):
- build the Java Bean(SampleActiveXJavaSource.zip), package it and
register it.
- Open the MSVC project(SampleActiveXMsvcSource.zip), build it, run it and
close it. Crash.
- backported by
-
JDK-2064688 ActiveX Bridge Crashes
- Resolved