|
From: Seamus M. <sea...@gm...> - 2014-01-30 14:44:58
|
Hi,
I am evaluating using Tanuki JSW as a wrapper for my java application.
I have created a java application which manages a check scanner through a
seperate "DeviceManger.exe" application, It is using COM/ActiveX OCX
control to communicate.
My java application starts the devicemanager.exe with a call like
Runtime.getRuntime().exec(".....devicemanager.exe"). A dll related to
devicemanager.exe is wrapped by ezjcom, to communicate events to the
devicemanager.exe
When I run this application as a standard java application everything works
fine!
However when I try to run the application with the wrapper from command
line or as windows service, something isn't quite right, the communication
between the wrapped java application, and the DeviceManger.exe does not
seem to be working correctly. It seems as if there is something
restricting/blocking the DeviceManger.exe. Unfortunately I don't have any
error message, as this may be deep in the wrapper or windows dlls.
I am using the 32bit version of the latest wrapper, as the dlls require
this.
I have tried enabling debug logging, java security with all permissions
allowed. And still nothing seems to be working. I am currently looking at
registering the OCX controls using regsvr32, etc, but having no luck.
Does anyone have any idea on how I might debug this further or fix this
issue?
Kind Regards,
Seamus
|