Hello all, I have a lot of trouble with getting my programs to work
with web start; I'd very much like to get advice on using available
debugging aids to help with this. Thanks in advance.
Ivan
Ivan Danicic - 06 Jun 2007 12:17 GMT
> Hello all, I have a lot of trouble with getting my programs to work
> with web start; I'd very much like to get advice on using available
> debugging aids to help with this. Thanks in advance.
> Ivan
To be more precise, the programs in question run well on the
local machine (so not using web start). Therefore presumably an
ordinary java debugging aid is not relevant.
Ivan
Tom Hawtin - 06 Jun 2007 20:20 GMT
> Hello all, I have a lot of trouble with getting my programs to work
> with web start; I'd very much like to get advice on using available
> debugging aids to help with this. Thanks in advance.
The first obvious problem, is it throwing a security exception somewhere.
-Dsecurity.manager when running as a normal application from the command
line will catch obvious things. You can have Java console open by
setting an option in the 'Advanced' tab of the 'Java Control Panel'
($JAVA_HOME/bin/ControlPanel).
Tom Hawtin