Ticket #158 (closed defect: fixed)

Opened 1 year ago

Last modified 10 months ago

Fixes the java version check in the shell scripts for java 1.6

Reported by: alban@tryphon.org Assigned to: alban@tryphon.org
Priority: normal Milestone:
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

The shell scripts only accept java 1.4/5 and make an error when using java 1.6.

+ egrep '(java version "1.[45]|java full version "kaffe-1.[45])'
+ '[' 1 '!=' 0 ']'
+ echo 'A jdk 1.4 is needed to run freecast. Check your JAVA_HOME variable.'
A jdk 1.4 is needed to run freecast. Check your JAVA_HOME variable.
+ exit 1

Attachments

Change History

11/27/07 19:15:59 changed by alban

  • priority changed from high to normal.

11/27/07 19:46:32 changed by alban

  • status changed from new to closed.
  • resolution set to fixed.

(In [1151]) change the java version check to support 1.6. Fixes #158


Add/Change #158 (Fixes the java version check in the shell scripts for java 1.6)




Change Properties
Action