Hi everyone,
I’m trying to start SPIS-NUM from an IDE (Eclipse or IntelliJ) to access the full functionality of the SPIS-NUM core. Unfortunately, I couldn’t import some surface interactors through the UI, so my idea is to try communicating directly with the numerical core.
I’ve learned how to compile all the modules (Instruments, NUM, NUM-Plugins, UI) as separate instances using Maven, and I can even start SPIS-NUM from the Spis.Top.Top.SpisTopMenu() function in the IDE.
However, my scenario uses not only the NUM core functions but also some of the Electric Propulsion plugin functionality. I’m currently trying to set up the OSGi Felix runtime within the IDE (both Eclipse and IntelliJ), but the process has a bit of a learning curve
Has anyone here done this before or could share their experience?
Thank you,
Egor