How Java Se Software Can Be Deployed?

How can I deploy(install) Java Software made for desktop. It should be installed like other windows software and should have shortcuts in program file and desktop. I know Web Start for running application thorough internet (offline from cache).
And how to combine my software with Java Runtime such that, while installing it should check for presence of JRE, if it is not present JRE should be installed automatically?

pixelstats trackingpixel

Popularity: 1% [?]

Related posts:

  1. What Are The Requirements To Install Java Software Over A Network? if I designed a software using java programing language...
  2. Is There Any Software I Can Download That Can Take Place Of My Zune Software? I have a Windows XP and I recently did a...
  3. How Do I Go About Learning To Program Simple Bookkeeping Software In Java? I know enough Java to run many very simple programs...
  4. How Does The Computer Start Up A Piece Of Application Software? Most of the Applications have a file called the executable...
  5. How Do You Install Java 1.6 In Mac Os X Without Having To Run The Software Update? I was researching the only way to installed it is...

Related posts brought to you by Yet Another Related Posts Plugin.

3 Responses to “How Java Se Software Can Be Deployed?”

  1. deonejua says:

    There are whole books written on this, a Sun tutorial and 3rd party commercial products. Only Java 6+ gives you capabilities to add buttons to the Start toolbar and as a Menu Item shortcut — in other words, handles to the Desktop. On Linux, you use a shell script. Shell scripts are “naked” you can see the scripting. Windows needs an .exe and for that you need VisualStudio.
    NetBeans has tutorials and a framework for an installer. The slickest installers I’ve seen are Sketsa SVG editor and Azereus torrent P2P program. in short, we will begin to see many java installer options — IMHO.

  2. joginder p says:

    about development and learning about java software u can take help from http://www.softwareitjob.com

  3. Kaydell says:

    Lookup the Java Network Launch Protocol (JNLP).

Leave a Reply