1
Write Code
Develop your Java application with GUI, CLI commands, or MCP servers.
↓
2
Build Project
Compile and package your application into a JAR file.
mvn clean package
↓
3
Install Locally
Run jDeploy's local installer to install your app with full native features.
jdeploy install
↓
4
Test & Debug
Launch, run, and debug your app exactly as users will experience it.
jdeploy run
jdeploy debug --port=5005
↓
5
Iterate
Make changes, rebuild, and reinstall. Repeat until ready to publish.