Hi,
I wanna implement the output of the Compiled Model to Jar Writer-Node into another application. The Output is a .Jar-File. To import it into my application I have to specify the classes to be imported and the package in which the classes are lying.
Is it possible that the output of the node (MainModel and its helper classes) are not lying in any package. If yes, why isn't there a package ? How can I import the classes into the other application ? Since every Java-class has to lie in a package it's not possible to import without specifying the package name.
Thanks in advance,
coolroland1111