Closed reshdesu closed 3 years ago
Thanks for your feedback. I've added fat-jar support in the latest version, so you can use "mvn clean package" to generate target/jklarfreader-#.#.##-SNAPSHOT-jar-with-dependencies.jar
This will include the jackson jars required to run it directly like "java -jar target/jklarfreader-#.#.##-SjNAPSHOT-jar-with-dependencies.jar /input/KlarfFile /output/JsonFile"
Tested on latest branch, please re-open if you have any other issues.
Works now! Thanks!
I am getting the following error when creating a JSON output file,
I have built the project using,
mvn install -Dgpg.skip=true
The command I am using is,
java -jar jklarfreader-0.9.13-SNAPSHOT.jar raw_KLARF.KLF C:\data\JSON_KLARF.json