Issue222878

classification
Title: jview install vs java (sun 1.3)
Type: Severity: normal
Components: Installer Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: bckfnn
Priority: low Keywords:

Created on 2000-11-18.19:49:05 by bckfnn, last changed 2000-11-26.16:19:18 by bckfnn.

Messages
msg205 (view) Author: Finn Bock (bckfnn) Date: 2000-11-18.19:49:05
Install failed using java 1.3, worked using jview.

'java  -cp . JPython11' installed files, but failed to create the .bat files.
with message in GUI "Couldn't find JVM"

altering the classpath, environment path, or running 'java JPython11' made no
difference

installation succeded using jview 

jview  -cp . JPython11
msg206 (view) Author: Finn Bock (bckfnn) Date: 2000-11-26.16:19:18
This sounds like a windows2000 problem. The old installer did not work on w2k. The jython installer does not have that problem.
History
Date User Action Args
2000-11-18 19:49:05bckfnncreate