Distribute jre or not?

C

Chris

We distribute a java app. Some of our customers will not have Java
installed, or they won't have the right version (we require 1.4). So it
makes sense to bundle a jre with our distribution.

The problem is that the size of the jre has gotten out of control. rt.jar
alone is 21mb! Even compressed, this is a lot for a casual customer to
download. It's also really irksome because our app is only 2mb.

So what do we do? Bite the bullet and distribute a 20mb app?

Or is there a lightweight alternative?
 
A

ak

We distribute a java app. Some of our customers will not have Java
installed, or they won't have the right version (we require 1.4). So it
makes sense to bundle a jre with our distribution.

The problem is that the size of the jre has gotten out of control. rt.jar
alone is 21mb! Even compressed, this is a lot for a casual customer to
download. It's also really irksome because our app is only 2mb.

http://www.InstallAnywhere.com

with this installer you can choose to include jre (in install directory) or
not.
make 2 distributions - one with jre, one without.
People without proper java version pays longer download time.

____________

http://reader.imagero.com the best java image reader.
 
S

Steve W. Jackson

:> We distribute a java app. Some of our customers will not have Java
:> installed, or they won't have the right version (we require 1.4). So it
:> makes sense to bundle a jre with our distribution.
:>
:> The problem is that the size of the jre has gotten out of control. rt.jar
:> alone is 21mb! Even compressed, this is a lot for a casual customer to
:> download. It's also really irksome because our app is only 2mb.
:
: http://www.InstallAnywhere.com
:
:with this installer you can choose to include jre (in install directory) or
:not.
:make 2 distributions - one with jre, one without.
:people without proper java version pays longer download time.
:
:____________
:
:http://reader.imagero.com the best java image reader.
:
:

And, speaking from experience, you'll need to be prepared to catch those
cases where somebody failed to have the proper version of the JRE
already installed, in spite of all your prior warnings. Ain't users
just grand? :)

= Steve =
 

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,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top