Hello
I would take some classes from eclipse (i.e.org.eclipse.jdt.core_3.7.3.v20120119-1537.jar ) and use them in Modelio.
I put the jar in the plugins directory, boot modelio and then tried the following lines in script window:
from org.eclipse.swt import SWT
from org.eclipse.jdt.core import JavaCore
1st line ok; and for 2nd, I get:
ImportError: No module named jdt in <script> at line number 2
Traceback (most recent call last):
File "<script>", line 2, in <module>
ImportError: No module named jdt
What should I do to be able to use external jar in script window?