I MANAGED TO GET IT WORKING
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;