Creating a Java Action? External Jars in Eclipse

0
Hi guys, I´m creating a java action to generate a barcode image from a String (there are no available resources for Mendix 8 in the appstore to do that). So for that, I´m using an external jar file (barcode4j) and importing into my build path. Implementation is fine, but for some reason, when I run my application locally, the external jar file goes away and when I try to create the barcode, the application crashes.   Any clue in how to keep the external jar file in place?
asked
1 answers
2

You’ve placed the jar file inside your userlib folder within the project?

answered