I have built an agent model for an experiment of acamedic purpose. And I'm trying to convert the model to distributed computing version. It's basically merging the model with a distributed data framework named Hazelcast.
I used some of custom code for the agent model. To do it, I made some classes to process algorithms I had worked. They work fine. So far, I didn't used any external libraries.
Hazelcast is used by importing external jar. But I found the escape runtime didn't recognize the Hazelcast jar which is referred as "Referenced Libraries" in eclipse package explorer. I also tried a way in terms of plug-in dependencies (things about MANIFEST.MF). I don't fully understand how AMP work on eclipse platform.
I appreciate if you tell me how to import external jars for runtime model on escape.
PS. building classes is fine. but there is a runtime error. it says referred class is not defined.