Export JAR for realtime scoring in java environment (AnyLogic) - imports cannot be resolved

ln
Registered Posts: 2 ✭✭✭
Hi everyone,
I am currently trying to deploy a dataiku ml model into a simulation model in AnyLogic.
In order to use the model in AnyLogic I downloaded the model as "fat" jar like it is described in the documentation Exporting models — Dataiku DSS 11.0 documentation.
Following the documentation I added the JAR to the classpath of my simulation model and added the import commands... Unfortunately they cannot be resolved.
Does anyone know what I am doing wrong?
Best Answer
-
Never mind. I forgot to add the Jar file into the dependencies...