camunda-community-hub / camunda-dmn-xlsx

Convert XLSX to DMN 1.1 decision tables or deploy them to the BPM platform right away
Apache License 2.0
47 stars 34 forks source link

Error running the standalone tool from command line #27

Open yescay opened 4 years ago

yescay commented 4 years ago

Tried running the standalone jar like so

java -jar dmn-xlsx-cli-0.2.0.jar --inputs A,B,C --outputs D,E,F ./test6.xlsx ./file.dmn

and get the following error Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException at org.camunda.bpm.dmn.xlsx.XlsxConverter.convert(XlsxConverter.java:41) at org.camunda.bpm.dmn.xlsx.cli.CommandLineConverter.main(CommandLineConverter.java:71) Caused by: java.lang.ClassNotFoundException: javax.xml.bind.JAXBException at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:602) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) ... 2 more

falko commented 4 years ago

Which Java version are you using?

yescay commented 4 years ago

The latest 13.0.2

On Tue, 4 Feb 2020 at 2:43 PM, Falko Menge notifications@github.com wrote:

Which Java version are you using?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/camunda/camunda-dmn-xlsx/issues/27?email_source=notifications&email_token=ABFZYEYF34LKWAE5R3FQ7X3RBEWT7A5CNFSM4KPSYW3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKW36PA#issuecomment-581812028, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABFZYE4TP36OZQBIP5OKHG3RBEWT7ANCNFSM4KPSYW3A .

-- Sent from Gmail Mobile

falko commented 4 years ago

This answer might help.