-
1. Re: new "fuse project" option not available in eclipse
pleacu Mar 19, 2015 2:33 PM (in response to rns)Hey Rachid -
Try this:
File > New > Project...
then select
Fuse Tooling > Fuse Project
in the New Project dialog. It will ask you to switch to the Fuse Tooling perspective. Once you've got that first project created you can use
File > New> Fuse Project
Let me know if you're still stuck.
--Paul
-
2. Re: new "fuse project" option not available in eclipse
rns Mar 19, 2015 6:02 PM (in response to pleacu)Hi Paul,
Thanks, but the "Fuse Tooling" option doesn't exist in my IDE, neither the Fuse Tooling perspective.
-
3. Re: new "fuse project" option not available in eclipse
rns Mar 20, 2015 4:18 AM (in response to rns)Hi All,
I solved my problem and it is very simple and stupid, in my eclipse.ini i used java 6 instead of java7 or higher.
Thanks,
-
4. Re: new "fuse project" option not available in eclipse
maxandersen Mar 20, 2015 6:36 AM (in response to rns)Good you found the solution!
Can you confirm that in the error log it reported to you the fuse tooling was not started because of the Java version ?
-
5. Re: new "fuse project" option not available in eclipse
rns Mar 20, 2015 9:52 AM (in response to maxandersen)Yes,
this is an example of errors logged in eclipse started with java 6 :
org.osgi.framework.BundleException: Could not resolve module: org.fusesource.ide.preferences [1447]
Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=1.7))"
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)