jar works different when executed with webstart
Hello, I have a problem when executing an app with webstart. When I execute the jar directly on windows everything works fine, but when I execute the webstart link it executes but not correctly. The application has some timers that don't work. The rest of the application seems to be ok. Anyone has a clue about this problem? Thanks
[340 byte] By [
esicoa] at [2007-11-27 3:37:40]

# 1
> Hello, I have a problem when executing an app ...
What application? What does it do? Do you control
the source code?
>..with webstart.
What is the URL the the JNLP? Or failing that,
what is the JNLP content?
Is there any stacktrace in the Java console?
Do you have the console pop-up for web start apps.?
>...When I execute the jar directly on windows
> everything works fine, but when I execute the
> webstart link it executes but not correctly. The
> application has some timers that don't work.
Timers don't work? Maybe they are just lazy!
Or to put that another way, what is supposed
to happen at the end of the time that does not
happen in the web start app.? Are exception
or error stacktraces printed to the console?
>...The rest
> of the application seems to be ok. Anyone has a clue
> about this problem?
Without answers to the questions above,
we are really just guessing.
Message was edited by:
AndrewThompson64