how to prevent a jar executed only once in a machine



Hi,

If my.jar is a swing UI app (or just a simple app), I'm wondering if
it's possible or how, that
this my.jar can be executed only once (no multi-session) in same
machine <or in same folder>?

Can any one tell?

--
Thanks
John
Toronto

.



Relevant Pages

  • Re: HTML vs Swing for U.I application architecture
    ... >> the latest web technologies. ... >> Swing to web any day of the week and twice on Sunday. ... but that is not an option for a cross platform app. ... When I wanted a thick client, ...
    (comp.lang.java.programmer)
  • Re: Oh god, what will I have stared with this post...
    ... develop a small app with JSP/HTML/Javascript. ... That a Swing GUI is better ... > the internet, and that has an interface that the user ... everybody is using a browser as their client. ...
    (comp.lang.java.programmer)
  • Re: invokeLater and weird race conditions in my swing app
    ... I have a swing app that needs to read from a database when building ... My app seems to be suffering from race conditions. ... Apparantly randomly it hangs when updating a data model for my JTable. ... The EDT is started by the JVM when you realize the first GUI component. ...
    (comp.lang.java.help)
  • swing comments from an ex-C++ motif programmer
    ... I am new to java and am just starting to use swing. ... possibly with a GUI builder. ... custom-built non-web app can deliver. ...
    (comp.lang.java.help)
  • Re: Swing Dialog Class wont wait ??
    ... John wrote: ... I have an app that calls a class containing a Swing JFrame. ...
    (comp.lang.java.gui)