Re: making swing application to launch from desktop
- From: Mark Space <markspace@xxxxxxxxxxxxx>
- Date: Fri, 31 Oct 2008 10:21:42 -0700
gwlucas07@xxxxxxxxxxx wrote:
I been looking into ways of making a Swing application act like a
conventional program under windows. I'd like the user to launch the
thing by double clicking an icon on the desktop, see it on his start
window, etc. I'd also like it to run without opening up a console
window when it does. In other words, the user should neither care no
know that he is running a Java application rather than anything else.
As a bonus, I'd also like to be able to do the same thing under Linux
and Mac's
I think you want a Java installer -- that is, something to install Java on a variety of platforms. I don't know if Java WebStart (sp? look for "JWS") will work this way -- I think it will. However you can also compare what an installer will do for you too. There are a few Java installers out there.
The double click thing, on Windows just make a shortcut. Start window and such, your installer needs to copy the shortcut to the right folder. Other platforms besides Windows I'm not sure about.
.
- Follow-Ups:
- Re: making swing application to launch from desktop
- From: gwlucas07
- Re: making swing application to launch from desktop
- References:
- making swing application to launch from desktop
- From: gwlucas07
- making swing application to launch from desktop
- Prev by Date: Re: Java/TomCat How to Configure a Servlet contextPath
- Next by Date: Re: making swing application to launch from desktop
- Previous by thread: making swing application to launch from desktop
- Next by thread: Re: making swing application to launch from desktop
- Index(es):
Relevant Pages
|