JDK-4492987 : Java Web Start Installation documentation for Linux
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 1.0.1
  • Priority: P5
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: x86
  • Submitted: 2001-08-16
  • Updated: 2002-11-19
  • Resolved: 2002-11-19
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.4.2 mantisFixed
Description

Name: bsC130419			Date: 08/16/2001


java version "1.4.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b65)
Java HotSpot(TM) Client VM (build 1.4.0-beta-b65, mixed mode)


Download Web Start from

    http://java.sun.com/products/javawebstart/download-linux.html#dl

Installation instructions at this URL state

    http://java.sun.com/products/javawebstart/docs/installguide.html

...

When the download finishes, unzip and execute the Java Web Start install
script. The script will prompt you for the location of a Java 2 compatible
JRE. For example: (the text in red is entered by the user)

mushmouth% unzip javaws-1_0_1_01-solsparc.zip
mushmouth% ./install.sh
...
Do you agree to the above license terms? [yes or no]
yes
In order to use Java Web Start you must have a version of Java 2 standard
edition installed. If you do not, you can download one from
http://java.sun.com.
Please enter the path of your installation (e.g. /usr/local/java/jdk1.2.2):
/usr/local/java/jdk1.2.2
Creating javaws.cfg...
Extracting...
Updating action...
Updating ~/.mailcap...
Updating ~/.mime.types...

...

--------------

But an actual install session record does not prompt for Java version:

[jguest@rhlinux webstart]$ ./install.sh
Do you agree to the above license terms? [yes or no]
yes
Creating javaws.cfg...
Extracting...
Updating ~/.mailcap...
Updating ~/.mime.types...
Determining full JRE versions...
(Review ID: 130184) 
======================================================================

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: mantis FIXED IN: mantis INTEGRATED IN: mantis mantis-b08
31-08-2004

WORK AROUND Name: bsC130419 Date: 08/16/2001 You can ignore the fact that your installation is not proceeding like the one described in the instructions but if the text of a session documented is included, it should match an actual session or provide a disclaimer. ======================================================================
31-08-2004

EVALUATION unix install will only prompt for java if a suitable one isn't found in /usr/java. doccs need clarification ###@###.### 2001-11-28 we actually look for java in /usr/local/java ###@###.### 2002-10-09
28-11-2001