Jason Ryan
05/04/2022, 9:05 PM/opt/lucee/server/lucee-server/context/lib/
and I'm at a loss for how I access it with createObject("java","????")
. I see the Lucee docs say it "should have package path as well as package name". I know that per the Java documentation, in its native language it would be imported by this package name com.healthx.smartonfhir
but that doesn't seem to be found by Lucee. I've tried a lot of things but having no luck.bdw429s
05/04/2022, 9:08 PMthis.javaSettings
in your Application.cfc
to load themapp.libDirs
if you're using CommandBox and have a server.json
Jason Ryan
05/04/2022, 9:11 PMlucee/lucee:5.3.8.206-nginx
docker image, and that was the only folder I could find to put a .JAR without it complaining on build. Sweet I'll check out this.javasettings
bdw429s
05/04/2022, 9:13 PMcreateOBject( 'java', 'com.healthlx.smartonfhir.core.SmartOnFhirAccessTokenResponseClient' )
That said, it appears to expect to be used inside of a Spring Framework so I'm not sure how if it is meant to just work as a stand alone libJason Ryan
05/04/2022, 9:15 PMbdw429s
05/04/2022, 9:20 PMfoundeo