I am looking into a problem where a call to JActiveX.release() seems to crash the VM (very intermittently). It occurs at a customer site, and I am unable to...
Have you resolved this problem? I am having a similar issue with Random crashes in JniVtblCall. I noticed in both cases that the permanent generation area of...
Hi, We previously used Dll.registerActiveXDll( path , true ) to register our activeX controls without needing admin rights. This worked fine on windows XP...
Hi Stevem, ... Typically a user must have the registry read/write permission to register a COM Server. A COM Server will register interface and objects in the...
Hi all, I'm evaluation jacoZoom as a solution to use ActiveX with Java. The first time the application starts, everything works fine and the windows with...
Thanks for the tip. Yes, we seem to have resolved the problem by carefully ensuring to release as many COM object as possible right after use. If we stumble...
... We can't add a manifest to the java.exe as we deploy through webstart and use the customers already deployed JRE. We deploy without admin rights so we...
Hello, I am following the samples in the group for setting up events (e.g. JNIEventClient.zip). Eclipse throws Exception in thread "AWT-EventQueue- 0"...
... EventQueue- ... Java is not able to find required DLLs (on windiows). You should put jacoZoom libraries in system libraray path (windows system32) or you ...
We isolated the part of jacoZoom code which create the problem. By the way, in the jacoZoom code, when a RuntimeException is thrown, the following code is not...
Hello, I read the readme that comes with the project, and it states that the method jniInit is in the c++ dll. Which doesn't help me as we didn't write the COM...
Hello, I have been investigating as descibed in my earlier topic about event handling. I noticed the events that "hang" are the ones that have [in,out]...
I have been unable to get this to work as well. Not sure if it is possible though... David ... -- David R Robison Open Roads Consulting, Inc. 708 S....
I've had performance trouble typified by the following program. Note that after running once, it runs quickly if repeated -- hence the reboot in the middle....
It has been a while since I really delved into jacoZoom, but I need to do that here shortly as we are moving to jacoZoom 1.5 (from jacoZoom 1.0). I have a few...
Hallo, ... izmjnicom.dll is a Win32 executable, so this can't be loaded as a Unix library, it is't a Unix executable. JacoZoom is a COM JNI bridge ( Component...
Hello ... izmcomjni.jar is distributed with jacozoom 1.5 so you should only replace the old file with a new version. ... infoZoomDll.jar is't contained in the...
... Hermann, You are correct, the infoZoomDLL.jar file is a .jar file that contains the izmjnicom.dll and izmjnicomax.dll .... how is the regeneration done?...
... need to ... browser, I ... inspect it. ... files . ... Don't worry about my last post ..... I believe I found what I was looking for, these .dlls are also...
Hello ... I can confirm the perfomance trouble with posted program source. It's really : the first program call after reboot will take ca 2o times longer as...
THANK YOU Hermann for your excellent help debugging this. I'm sure your analysis is correct but I would like to make some clarifying comments which still are...
Hello ... May by "ORDER BY"-Clause will make difference for the internal Jet Provider and/or ADO cursor management. Don't know it's closed source, so we can...
As Hermann already mentioned, DAO can also be used to communicate wit the jet engine. DAO has a few features which are not present with ADO. One of these is to...
... <SNIP> ... Please post the pidl-file generated with process crush to get anybody a chance. ... Sounds like a reference counting problem. May be the OCX...
OK here are java hotspot log: ============================================== 1 ============================================== # # An unexpected error has been...
Hello ... This crush log is from !shutting down! not from close JFrame as mentioned in your first post. As far as we can see : no java/jacoZoom libraries are...
I cannot provide you with example. We only have the OCX we developed which requires other external software to be intalled in order to work. The concrete facts...