|
From: Gabriel J. <goj...@ya...> - 2007-07-24 18:22:18
|
I am developing an application with a GUI (let's call that app, GUI-APP) that will launch other
Java applications (called DataCapture) on a Tablet PC running Microsoft Windows XP Tablet PC
Edition 2005, Service Pack 2. This application was installed as a Windows Service using the Java
Service Wrapper
The DataCapture applications was developed using AWT, and if it is run as a single applications,
with a batch file invoking the java command (i.e: java -classpath=D:\example\Hello.jar Hello)
there are no problems with the InputPanel, I can use every option.
But if the Application is called from the GUI-APP, the Input Panel starts to fail. I am using a
Exec procedure to call the application batch script, or on other tests, i decided to call the Main
method of the main class of the DataCapture application.
I tested to execute the GUI-APP application as a stand alone application, and it runs ok, no
problem with the Input Panel. The problem arises when this GUI-APP is executed as a service with
the Java Service Wrapper.
Anyone had a similar problem to that? or perhaps know what I can be doing wrong?
Thanks,
Gabriel Jurado - goj...@ya...
____________________________________________________________________________________
Los referentes más importantes en compra/venta de autos se juntaron: Demotores y Yahoo!
Ahora comprar o vender tu auto es más fácil. ¡Probalo!
http://ar.autos.yahoo.com/
|