![]() ![]() |
| |||||||||
| Hotspots: Slides and Code TA Corner Comments? Announcements FAQ Static Webspace | ||||||||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
cd c:\jython(If that fails, you didn't create the right directories and nothing will work.)
dir(You'll see a bunch of text, one part of which should now show a directory named jython-2.1)
cd jython-2.1 dir(You should now see a directory named jes-nc and a file named jython.bat)
cd jes-nc(You should now see a whole bunch of files, one of which is JESProgram.py
..\jython JESProgram.py
| You'll need WinZip to unpack it. On different Windows, Command Prompt might be in different places. "cd" is a command (change directory). You have to use "cd" to move to a different directory on your computer. Type it like you see me typing JES commands. That last point is also a command. When you're in the same directory as JESProgram.py, you can use Jython to start JES. Mark Guzdial |
| For the "Command Prompt" look for "MS-DOS" (Startup - Programs). "Unpack it" basically means that the file is compressed and should be uncompressed with a program such as Winzip. - Jose |
| Like Jose said. You can get Winzip from http://www.winzip.com Mark Guzdial |
| None of this will mess up your computer – we don't mess with the registry or anything like that. Mark Guzdial |
| Follow the directions – note that it never says to click on the batch file "Jython". |
| It means that you're in the wrong directory. Type the command "dir". If you don't see the file "jython," then you're in the wrong directory. See the above detailed directions on how to check if you did it right. Mark Guzdial |
| Now I am stumped. You must have some software that is really, REALLY interfering with Java. Please contact your TA to work with you individually on a fix. Mark Guzdial |
| This means that you didn't get all the files off the CD or out of the zip. There is a file JESIntro.txt that must be in your JES directory. Email me and I'll send it to you, or get it out of the zip file. Mark Guzdial |
| Try the FAQ page or the top of this page. |
SUCCESS :D