gatech-csl / jes

The Jython Environment for Students allows students to write Jython programs that can manipulate pictures, sounds, and videos.
http://mediacomputation.org/
59 stars 38 forks source link

Java SE 6 required but not available from Oracle #82

Open mstoth opened 9 years ago

mstoth commented 9 years ago

I have a new machine running Yosemite and the download for JES will not install due to version 6 being required. Version 8 is the current recommended version for Yosemite and version 6 is no longer available. So unless I find another copy of version 6 somewhere, my new machine can not run JES.

mjguzdial commented 9 years ago

It is possible to run Java 6 still: http://support.apple.com/en-us/HT202643 I'm running Java 6 on Yosemite on my machine. It works fine.

(Canopy 32bit) Guzdials-nuMacBook-Air:jes guzdial$ java -version

java version "1.6.0_65"

Java(TM) SE Runtime Environment (build 1.6.0_65-b14-466.1-11M4716)

Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-466.1, mixed mode)


From: Michael Toth [notifications@github.com] Sent: Monday, February 16, 2015 4:35 AM To: gatech-csl/jes Subject: [jes] Java SE 6 required but not available from Oracle (#82)

I have a new machine running Yosemite and the download for JES will not install due to version 6 being required. Version 8 is the current recommended version for Yosemite and version 6 is no longer available. So unless I find another copy of version 6 somewhere, my new machine can not run JES.

— Reply to this email directly or view it on GitHubhttps://github.com/gatech-csl/jes/issues/82.

mstoth commented 9 years ago

Thanks!