Code examples (Java Primer III)

Code examples (Java Primer III)

  1. Download and extract the content of the primer3.zip file into your project directory (compmodels).
  2. Within IntelliJ IDEA, go to File->Settings->Paths and click on the button to add a module. Select to import an existing module and specify primer3/primer3.iml.
  3. Like in the primer1 example, execute each code example by right-clicking on the entry class for the respective example and running the main method. The entry classes are
  • Statistics for the Statistics example
  • simpleList/Model for the SimpleList example