I have a problem.
I write a Java console app in intelliJ. I add the maven package org.json.json
and if i run the project in IntelliJ everything works.
If I start the class in the console with
java Main
I get this error:
Exception in thread "main" java.lang.NoClassDefFoundError: org/json/JSONObject
I have try and search a lot but nothing works