Standalone Java FX Application for the JSON2POJO repo
- Execute the following to create an executable jar. The jar will be created in the
target
foldermvn clean install
- Execute the following commands to resolve any dependency issues
cd ~/install directory path/json-to-pojo-standalone
mvn clean install
Spotted a mistake? Questions? Suggestions?