Re: making swing application to launch from desktop
- From: gwlucas07@xxxxxxxxxxx
- Date: Fri, 31 Oct 2008 11:06:50 -0700 (PDT)
Thanks for the Java Web Start idea. I hadn't considered it because I
wasn't really interested in "starting from the web", but just starting
from the desktop. But it sound to me like it might have broader
applicability than its name suggests. I'll take your suggestion and
look into it.
g.
On Oct 31, 1:21 pm, Mark Space <marksp...@xxxxxxxxxxxxx> wrote:
gwluca...@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: Mark Space
- Re: making swing application to launch from desktop
- References:
- making swing application to launch from desktop
- From: gwlucas07
- Re: making swing application to launch from desktop
- From: Mark Space
- making swing application to launch from desktop
- Prev by Date: Re: 7.0 wishlist?
- Next by Date: Re: Java/TomCat How to Configure a Servlet contextPath
- 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
|