The Wicket Quickstart Wizard uses Apache Maven to
generate a starter project. Make sure Maven is installed and available on your
PATH before you continue.
Quick Start Wizard
Fill in your project details below and copy the generated command line to your terminal.
Using the Generated Project
- Paste the command into a terminal and press Enter to generate the project.
- Navigate into the generated project directory.
- Import the project into your IDE (see below).
- Run the
Startclass insrc/test/java. - Open http://localhost:8080 in your browser.
Importing into Your IDE
All major Java IDEs have native support for Maven projects — no plugins required.
Eclipse
Choose File → Import → Existing Maven Projects and point Eclipse at the folder where the quickstart was generated.
IntelliJ IDEA
Open the pom.xml file directly via File → Open.
IntelliJ will recognise it as a Maven project and import it automatically.
NetBeans
Choose File → Open Project and navigate to the generated folder. NetBeans will detect the Maven project and open it like any other Java project.