NoClassDefFoundError for jar dependencies

I MANAGED TO GET IT WORKING :sparkles:

I added this t my Application.cfc as suggested in: Where to add jar file to express install? - #3 by ddspringle

// shop libarys
this.javaSettings.loadPaths = [getDirectoryFromPath(getCurrentTemplatePath()) & "shop/lib/"];
this.javaSettings.reloadOnChange=true;
2 Likes