Installing jGrasp#
There are several reasons to use jGrasp.
Simple yet powerful enough for introductory college courses
Supports projects, debugging, immediate execution
Does NOT support AI nor AutoComplete
A deep link to the jGrasp download page is here: jGRASP Download
Option 1 (recommended):#
For the most simple installation, we recommend using jGRASP’s Bundled installation that includeds a supported version of the JDK.
NOTE
This option will only allow you to use jGRASP, so if you plan to use development environments other than jGRASP you should follow the “Option 2” instructions below to install JDK and jGRASP separately.
Option 2:#
This option might lead to bothersome error messages in jGRASP, but would be preferrable if you wish to use development environments other than jGRASP. You will need to download and install two pieces of software: the Java compiler (known as the JDK) and a Java development environment called jGRASP. Follow these instructions:
Some users already have the JDK installed on their computers because of other software that they use that is written in Java. If you think this applies to you, you can safely skip the JDK section of this guide, although you may find that you need to come back and complete it anyway.