Java application delivery?

A

Andreas Thiele

Hi,

searching this group for the subject line did return only very few old
messages. Are there convienient methods to deliver Java applications?

Of course I can deliver a .jar file to an experienced customer. But what if
I want to deliver an application to some non experienced customer. Does
something like an installer software exist? Some piece of software which
perhaps can carry its own runtime on CD, which can make sure a certain jre
is installed or offer additional installation of a certain jre? Do I have to
write it myself?

Andreas
 
T

Thomas Weidenfeller

Andreas said:
Hi,

searching this group for the subject line did return only very few old
messages. Are there convienient methods to deliver Java applications?

Delivery? I think you mean deployment. Search the group for that
keyword, and possibly for the keyword "installer", too.

/Thomas
 
J

jcsnippets.atspace.com

Hi,

searching this group for the subject line did return only very few old
messages. Are there convienient methods to deliver Java applications?

Of course I can deliver a .jar file to an experienced customer. But
what if I want to deliver an application to some non experienced
customer. Does something like an installer software exist? Some piece
of software which perhaps can carry its own runtime on CD, which can
make sure a certain jre is installed or offer additional installation
of a certain jre? Do I have to write it myself?

If you don't care too much for platform independency, have a look at
http://www.syncedit.com/software/javalauncher/index.html .

Otherwise, use webstart or stick with .jar files (and possibly scripts for
a few platforms to start it all).

Best regards,

JayCee
 
O

Oliver Wong

Andreas Thiele said:
Hi,

searching this group for the subject line did return only very few old
messages. Are there convienient methods to deliver Java applications?

Of course I can deliver a .jar file to an experienced customer. But what
if I want to deliver an application to some non experienced customer. Does
something like an installer software exist? Some piece of software which
perhaps can carry its own runtime on CD, which can make sure a certain jre
is installed or offer additional installation of a certain jre? Do I have
to write it myself?

A few posters have recommended WebStart, and it's what I was going to
recommend myself until you said:

<quote>
Some piece of software which
perhaps can carry its own runtime on CD, which can make sure a certain jre
is installed or offer additional installation of a certain jre?
</quote>

For WebStart to work, a JRE has to already be installed. I googled for
"Java Installer" and got 13 million hits. The 1st, 3rd, 4th, 5th, and 6th
hit seemed relevant, the 2nd hit did not seem relevant. That's a signal to
noise ratio of over 80%.

- Oliver
 
A

Andreas Thiele

Obviously deployment and installer would have been better terms for my
subject line. Nevertheless webstart has been suggested several times. At
least I will offer it - and further google for the other terms :)

Thank you all for your hints.

Andreas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top