Issue
I installed OpenJDK 11. And I need to run the jar application from Internet and it throw Excepion about JAXB. How to add JAXB to OpenJDK 11 to make this application could work?
The question in here just tell me to add to maven but this application I just got jar file.
Solution
Ok the answer is get all missing jar file, then call java -cp
Answered By - Nhân Trần
Answer Checked By - David Marino (JavaFixing Volunteer)