- Posts: 2
- 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 successfully run Modelio 3.3 in Eclipse
6 years 11 months ago - 6 years 10 months ago #3551 by jbx112
I have downloaded source code of Modelio 3.3 and tried to run it from Eclipse.I followed this guide
forge.modelio.org/projects/modelio3-deve...wiki/Compile_modelio However, in the last step, when I clicked "Launch an Eclipse application" button, the error had shown up. The error message is shown as below. Also, dependencies in model-os.product are incorrect.
Does anyone have any idea? Thanks.
BTW, my JDK version is 1.8, and Eclipse is Luna.
Does anyone have any idea? Thanks.
BTW, my JDK version is 1.8, and Eclipse is Luna.
eclipse.buildId=unknown
java.version=1.8.0_40
java.vendor=Oracle Corporation
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US
Framework arguments: -product org.modelio.app.ui.modelio -clearPersistedState
Command-line arguments: -product org.modelio.app.ui.modelio -data /Users/bingxu/Documents/workspace/../runtime-modelio-os.product -dev file:/Users/bingxu/Documents/workspace/.metadata/.plugins/org.eclipse.pde.core/modelio-os.product/dev.properties -os macosx -ws cocoa -arch x86_64 -consoleLog -clearPersistedState
!ENTRY org.eclipse.equinox.app 0 0 2015-08-04 23:04:07.648
!MESSAGE Product org.modelio.app.ui.modelio could not be found.
!ENTRY org.eclipse.help.ui 4 0 2015-08-04 23:04:07.673
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.help.ui [85]
Unresolved requirement: Require-Bundle: org.eclipse.ui.forms; bundle-version="[3.5.0,4.0.0)"
at org.eclipse.osgi.container.Module.start(Module.java:434)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
!ENTRY org.eclipse.help.ui 2 0 2015-08-04 23:04:07.807
!MESSAGE Could not resolve module: org.eclipse.help.ui [85]
Unresolved requirement: Require-Bundle: org.eclipse.ui.forms; bundle-version="[3.5.0,4.0.0)"
!ENTRY org.modelio.astyle.macosx.cocoa.x86_64 2 0 2015-08-04 23:04:07.809
!MESSAGE Could not resolve module: org.modelio.astyle.macosx.cocoa.x86_64 [105]
Unresolved requirement: Fragment-Host: org.modelio.api; bundle-version="1.0.0"
!ENTRY org.eclipse.osgi 4 0 2015-08-04 23:04:07.809
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:242)
at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
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)
Last Edit: 6 years 10 months ago by jbx112. Reason: link & pic
Please Log in or Create an account to join the conversation.
6 years 10 months ago #3552 by jbx112
I also tried to make a new product definition according to this reply
www.modelio.org/forum/13-modules/3473-ho...tml?limit=6&start=12
However, I have the same problem as the post.
However, I have the same problem as the post.
Please Log in or Create an account to join the conversation.
Time to create page: 0.260 seconds