|
From: Lars S. <Lar...@if...> - 2011-01-19 16:22:05
|
Hi
I am using the Java Service Wrapper to start an application on Windows
7. This application uses Java Web Start to start another application.
This works fine on Windows XP, but on Windows 7 nothing happens. I was
wondering if anyone has experienced something similar and maybe found a
solution?
The starting of the application using the Java Service Wrapper works
fine, but the application that is started with Java Web Start never
starts. If I start the service manually using the batch-file the other
application started with Java Web Start starts fine. When writing that I
start the application with Java Web Start I mean something like this:
Process process = runtime.exec("javaws http://"+server+jnlpFile);
I think this might have something to do with the session issue, but my
application works fine when started directly with the Java Service Wrapper.
Any help would be appreciated.
Lars
|