5 Replies Latest reply on Mar 20, 2015 9:52 AM by rns

    new "fuse project" option not available in eclipse

    rns

      hi Team,

      I am trying to create new 'fuse project' but this option was not shown in IDE.

      I have installed "jbdevstudio" for luna from eclipse marketplace, added "JBoss Integration and SOA developement" and "JBoss fuse Developement" from "JBoss central" update.

      My eclipse is a Luna Service Release 2 (4.4.2).

      can anyone help?.

      Thanks,

      rachid.

        • 1. Re: new "fuse project" option not available in eclipse
          pleacu

          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

            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

              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

                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

                  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)