DOC

de.hamstersimulator.objectsfirst : parent

Maven & Gradle

Oct 07, 2022
1 stars

Hamstersimulator Maven Parent Project · The objectsfirst Hamstersimulator is a variant of the Hamstersimulator for teaching programming initiated by D. Bohles at the University of Oldenburg. This variant here used the original ideas but uses a pure OO-API and utilizes features of modern Java versions and libraries (JDK >= 14). In addition, it brings objects-first to the Hamstersimulator as described in the programming teaching book "Touch of Class" by B. Meyer.

Table Of Contents

Latest Version

Download de.hamstersimulator.objectsfirst : parent Javadoc & API Documentation - Latest Versions:

All Versions

Download de.hamstersimulator.objectsfirst : parent Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
5.0.x
4.3.x
4.2.x
4.1.x
4.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file parent-5.0.0-javadoc.jar to parent-5.0.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder parent-5.0.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "parent-5.0.0-sources.jar" -d "parent-5.0.0-javadoc" -subpackages 

Advertisement