Running Java program from an icon on windows

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Odi

    Running Java program from an icon on windows

    I have created a java swing program that I want to run from the desktop
    instead of having to go to the command line and typing > java HelloWorld
    to execute it. My java book doesn't give me details and can't find any
    references on the internet. Thanx in advance.


  • hiwa

    #2
    Re: Running Java program from an icon on windows

    "Odi" <odi@rogers.com > wrote in message news:<2X%8c.691 83$5ze.58227@ne ws04.bloor.is.n et.cable.rogers .com>...[color=blue]
    > I have created a java swing program that I want to run from the desktop
    > instead of having to go to the command line and typing > java HelloWorld
    > to execute it. My java book doesn't give me details and can't find any
    > references on the internet. Thanx in advance.[/color]
    Make a short-cut icon in which you invoke javaw.exe.
    See this page: http://java.sun.com/developer/qow/archive/21/index.html

    Comment

    Working...