- Posts: 9
- Thank you received: 0
×
Modelio 4.0.0 released (07 Nov 2019)
Modelio 4.0.0 has been released ( www.modelio.org/forum/4-announcements/45...-4-0-0-released.html )
How to build the development environment for Modelio?
7 years 8 months ago #3473 by templezy
Im a fresh new man of Modelio development. I want to integrated some custom functions based on the Modelio source code. How could i achieve this?
Please Log in or Create an account to join the conversation.
7 years 8 months ago - 7 years 8 months ago #3474 by ebr
Hi templezy,
To integrate new functionnalities on Modelio, you have two possibilities:
In most of the case develop a new module is enough, faster, easier and there is a lot of example and documentation.
If it is really needed you can choose the second option but it required advanced programming skills specially concerning Java and Eclipse RCP programming.
EBR
To integrate new functionnalities on Modelio, you have two possibilities:
- Develop a new Modelio module as JavaDesigner, SysML or DocumentPublisher for example by following this guide
- Develop a new Modelio by following this guide
In most of the case develop a new module is enough, faster, easier and there is a lot of example and documentation.
If it is really needed you can choose the second option but it required advanced programming skills specially concerning Java and Eclipse RCP programming.
EBR
Last Edit: 7 years 8 months ago by ebr.
Please Log in or Create an account to join the conversation.
7 years 8 months ago #3475 by templezy
I have followed the Guide in the second way and import the source file of Modelio3.3 into the Eclipse. When i clicked the launch application button in the 'modelio-os.product' file, it cant cant boot it up. How could i solve this problem?
Please Log in or Create an account to join the conversation.
7 years 8 months ago - 7 years 8 months ago #3477 by templezy
Have several error in the console:
java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:645)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
Should i need to configure the Product and Application option in the modelio-os.product file?
java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:645)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
Should i need to configure the Product and Application option in the modelio-os.product file?
Last Edit: 7 years 8 months ago by templezy.
Please Log in or Create an account to join the conversation.
Time to create page: 0.164 seconds