![]() Building projects with command line toolsThis section explains how to build and run pure Java programs using psychWithJava package and comand line tools. Make sure that you have installed java development kit (JDK) and psychWithJava package, and configured your system.
Create a .java file
Compiling
javac HelloPsychophysicist.java Running
java HelloPsychophysicist |