|
From: Leif M. <le...@ta...> - 2002-12-06 17:18:41
|
Kevin,
From the log, it looks like you are trying to run your application
as a Service. The current version of the Wrapper does not allow the
Java process to access the desktop when running in that mode. That is
why you can not see your GUI.
If you run in console mode, then you should be able to see the GUI
without any problems.
There is currently an open feature request to allow access to the
desktop when run as a service. I have to figure out how to get it
working though :-)
Cheers,
Leif
Kevin & Laura Schmidt wrote:
>Hello all,
> I am attempting to use wrapper 2.2.9 on WIndows 2000, and I have everything working....except....The GUI
>of my swing app doesnt show!!! I am using the WrapperSimpleApp method to call my main, which constructs my
>mainFrame, calls mainFrame.show();, and then does some other stuff on startup. Well, I see the output of the other
>stuff, but the GUI never pops up, minimized or otherwise. I turned debug level to DEBUG, but didnt get an errors.
> Help!!!!!!!!
> -Kevin
>
>ps. Wrapper is a great program after *struggling* with JavaService!!!
>
>Here is a copy of my wrapper.log with DEBUG on:
>
>STATUS | wrapper | 2002/12/06 10:10:05 | --> Wrapper Started as Service
>
|