Results 1 to 4 of 4

Thread: How to launch an application using Java Web Start

  1. #1
    Join Date
    Feb 2009
    Posts
    44

    How to launch an application using Java Web Start

    hie...

    I want to launch an application using Java Web Start. My question is how can I do that ? does anybody have an idea about the same.....kindly give your suggestions
    thanks

  2. #2
    Join Date
    May 2008
    Posts
    2,012

    Re: How to launch an application using Java Web Start

    You can launch application using Java Web Start in number of ways as -

    • From a browser:
      Click on a link from a web page.

    • From desktop icon:
      If you use an application frequently, you can create a shortcut on your desktop or in the Start Menu. Java Web Start may ask if you would like to create shortcuts or an entry in the Start Menu. If you say "yes," all future launches of the application can start without a browser.

    • From command prompt: You can also launch an application from a command prompt by typing javaws jnlp_url where jnlp_url is a url to the jnlp file of the application.

      Go to Start > Run > type "command". A command prompt window will appear.
      type "javaws url_of_jnlp"

  3. #3
    Join Date
    Feb 2008
    Posts
    1,852

    Re: How to launch an application using Java Web Start

    Using Java Application Cache Viewer

    Java Web Start also provides an Application Cache Viewer which you can launch from the Java Control Panel. The Cache viewer enables you to directly launch applications that you have downloaded.

    Instructions to launch from Application Cache Viewer
    • Go to Start > Settings > Control Panel > Double click on the Java icon. The Java Control Panel will start.
    • Click on the General tab
    • Click on the Settings button from the Temporary Internet Files section
    • Click on the View Applications button
    • Double click on the respective application from the list that you want to launch



  4. #4
    Join Date
    May 2008
    Posts
    2,389

    Re: How to launch an application using Java Web Start

    You can launch Java Web Start from the command line as follows:

    javaws [options] your-app-JNLP-URL

    where your-app-JNLP-URL is the location of your application's JNLP file.

Similar Threads

  1. Replies: 3
    Last Post: 22-06-2011, 10:38 AM
  2. Java Web Start application to convert applet
    By Valliy in forum Software Development
    Replies: 6
    Last Post: 15-09-2010, 09:41 PM
  3. Java Console Launch Problems with CITRIX
    By Fontaine in forum Software Development
    Replies: 4
    Last Post: 22-07-2010, 05:34 AM
  4. ACT 5.6 application not able to launch under Windows 7
    By Jahnavi6 in forum Windows Software
    Replies: 5
    Last Post: 25-06-2010, 12:23 PM
  5. Quick Launch does not show after each start.
    By kyosang in forum Windows XP Support
    Replies: 3
    Last Post: 19-11-2007, 07:32 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,481,477.72422 seconds with 16 queries