2.1 Pure Jython project

To start a project, click on the button indicating your current directory (it is located in the bottom of jHepWork IDE, on the left part of the status bar). Select some directory and populate it with some Jython files. Each file should contain the line:

>>> os.path.append(ProjDir)

This will add the project directory to the system path of Jython. You can check this by puting the line print sys.path which will print the system path. Execute the scripts by clicking to the run button.