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

JES 4.3 downloads but when I click its icon, the environment never comes up #46

Open leafstorm opened 10 years ago

leafstorm commented 10 years ago

From ctanan...@gmail.com on August 26, 2010 12:01:13

What steps will reproduce the problem? 1. download JES

  1. click the icon 3. What is the expected output? What do you see instead? I expect for the environment to come up, but it doesn't. the intro picture (the one of the python) comes up but the environment doesn't follow What version of the product are you using? On what operating system? I'm using 4.3 on Windows Vista Please provide any additional information below. I downloaded JES with no Java first, but it didn't work. I deleted it and tried every other version of JES with no success

Original issue: http://code.google.com/p/mediacomp-jes/issues/detail?id=46

leafstorm commented 10 years ago

From lt.see...@gmail.com on September 04, 2010 11:16:54

I may have a solution for you. We were having a similar problem in our labs, which are Windows 7 64-bit with a 64-bit JRE installed. I installed JES 4.3 with Java, and modified the jes.bat file to point to the built-in jre (the second line, where it used to say "java -Dpython..." now reads "win-jre\bin\java.exe -Dpython...."). We deploy this installation by copying the contents of the JES folder (including the modified batch file) to each computer. I have attached the jes.bat file that we are using.

Attachment: jes.bat