--- layout: default title: "Create a Wicket Quickstart" subtitle: "Up and running in seconds" ---
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.
Fill in your project details below and copy the generated command line to your terminal.
Start class in src/test/java.All major Java IDEs have native support for Maven projects — no plugins required.
Choose File → Import → Existing Maven Projects and point Eclipse at the folder where the quickstart was generated.
Open the pom.xml file directly via File → Open.
IntelliJ will recognise it as a Maven project and import it automatically.
Choose File → Open Project and navigate to the generated folder. NetBeans will detect the Maven project and open it like any other Java project.