Thank you, Tom.
I looked into the javax.jnlp.SingleInstanceService and from the
documentation it looks like exactly what I need. Unfortunately I can't
get a sample to work and the documentation is sparse. Can anyone who
has used this service provide guidelines or sample code?
Thank you,
Steve A.
> > Is it possible for the user to click the JNLP link again and instead of
> > launching a new instance of the Swing application have the same
[quoted text clipped - 3 lines]
>
> Tom Hawtin
Lukas Zapletal - 07 Jan 2007 15:51 GMT
Hello Steve,
did you get it working? Its not working for me too...
LZ
Steve A napsal:
> Thank you, Tom.
>
[quoted text clipped - 13 lines]
> >
> > Tom Hawtin
Lukas Zapletal - 07 Jan 2007 16:09 GMT
Maybe this will help:
http://lukas.zapletalovi.com/blog:jnlp_singleinstanceservice_not_working
> Thank you, Tom.
>
[quoted text clipped - 13 lines]
>
> > Tom Hawtin
Andrew Thompson - 08 Jan 2007 03:37 GMT
Please refrain from top-posting.
> I looked into the javax.jnlp.SingleInstanceService and from the
> documentation it looks like exactly what I need. Unfortunately I can't
> get a sample to work and the documentation is sparse. Can anyone who
> has used this service provide guidelines or sample code?
Example:
1) Launch file - sandboxed
<http://www.physci.org/jws/singleapp.jnlp>
2) Source (with source/JNLP/ant build file) - tiny
<http://www.physci.org/jws/singleapp.zip>
HTH
Andrew T.