Re: making swing application to launch from desktop
- From: RedGrittyBrick <RedGrittyBrick@xxxxxxxxxxxxxxxxx>
- Date: Fri, 31 Oct 2008 17:36:25 +0000
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
Anyway, I'm not having much luck with web searches (I guess I haven't
thought of the right keywords). Can anyone offer some pointers on how
to do this?
* Create a suitable jar file. Copy to user's PC.
* Make sure the PC has JRE installed in the normal way.
* On the desktop & start-menu, create a shortcut to the jar.
Doing the last two steps ought to be doable by any reasonably IT-aware person. There are many commercial and free installers that can be used to produce Windows executable install files that do all or some of the above for the end user.
--
RGB
.
- 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: making swing application to launch from desktop
- Next by Date: Re: how to insert space in a string
- Previous by thread: Re: making swing application to launch from desktop
- Next by thread: Re: making swing application to launch from desktop
- Index(es):
Relevant Pages
|