# jfree-starter **Repository Path**: mirrors_jfree/jfree-starter ## Basic Information - **Project Name**: jfree-starter - **Description**: A minimal Maven-driven Java project for Java 11 or later - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-28 - **Last Updated**: 2026-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jfree-starter A minimal Maven-driven Java project for Java 11 or later. This project is intended to be used as a starting point for small demo applications, and an easy way to get started for developers not yet familiar with Maven. You should have Apache Maven (version 3.9.9 recommended) installed on your system. To build the project, type the following command from the root directory of the project: $ mvn clean verify To run the program: $ java --module-path target/starter-1.0.jar:target/dependency -m JFreeStarter