8 Replies Latest reply on Jun 29, 2007 8:57 AM by john_woo

    Jboss eclipse plugin how to support eclipse 3.3

      Hi,

      I'm using Eclipse 3.3 and want to download the jboss eclipse plugin, from
      http://download.jboss.org/jbosside/updates/development
      but got the following error:

      JST Common Core (1.5.1.v200608082030--0842282_363739) requires feature "org.eclipse.platform (3.2.0)", or equivalent.

      I'm wondering whether jboss eclipse plugin support eclipse 3.3

      Thanks

      John
      Toronto

        • 1. Re: Jboss eclipse plugin how to support eclipse 3.3
          maxandersen

          jbosside doesn't, jboss tools does.

          • 2. Re: Jboss eclipse plugin how to support eclipse 3.3

             

            "max.andersen@jboss.com" wrote:
            jbosside doesn't, jboss tools does.


            Thanks for the reply.

            But can you tell what's the IDE vs. Tool?

            if I just want to use eclipse IDE's main function (develop, debug, start/stop jboss,etc). possible to using the TOOL (or embed to eclipse)?

            John
            Toronto

            • 3. Re: Jboss eclipse plugin how to support eclipse 3.3
              maxandersen

              you go to jboss.org/tools and click the nightly builds and get the plugins you want.

              • 4. Re: Jboss eclipse plugin how to support eclipse 3.3

                 

                "max.andersen@jboss.com" wrote:
                you go to jboss.org/tools and click the nightly builds and get the plugins you want.


                after downloading and install

                JBossTools-200706241629-nightly-ALL-win32.zip

                to eclipse 3.3

                what I can utilize is jboss tool (ejb, web-component,..) but there is no jboss configuration used to start/stop jbossAS from eclipse;
                but eclipse 3.2 allows to update from http://download.jboss.org/jbosside/updates/development, which provides jbossAS config function.

                John

                • 5. Re: Jboss eclipse plugin how to support eclipse 3.3
                  maxandersen

                  New server -> select red hat/jboss as 4.2 server

                  • 6. Re: Jboss eclipse plugin how to support eclipse 3.3

                     

                    "max.andersen@jboss.com" wrote:
                    New server -> select red hat/jboss as 4.2 server


                    Actually I've tried most the menu from top-menu -> windows:

                    open perspective, customize perspective, open view, preferences, etc

                    but couldn't see any server/new server icon/option.

                    I knew if update from
                    http://download.jboss.org/jbosside/updates/development
                    or
                    http://download.jboss.org/jbosside/updates/stable

                    that icon/function is on sub-menu list, but those URL doesn't support eclipse 3.3

                    John



                    • 7. Re: Jboss eclipse plugin how to support eclipse 3.3
                      maxandersen

                      hmmm - can you tell me what you get in your Error Log view if you start eclipse with -debug ?

                      Then we should be told what plugins were not resolved correctly if any.

                      • 8. Re: Jboss eclipse plugin how to support eclipse 3.3

                         

                        "max.andersen@jboss.com" wrote:
                        hmmm - can you tell me what you get in your Error Log view if you start eclipse with -debug ?

                        Then we should be told what plugins were not resolved correctly if any.


                        Here it's:

                        Start VM: -Xms40m
                        -Xmx256m
                        -XX:MaxPermSize=256m
                        -Djava.class.path=C:\tmp\eclipse\plugins\org.eclipse.equinox.launcher_1.0.0.v200
                        70606.jar
                        -os win32
                        -ws win32
                        -arch x86
                        -showsplash C:\tmp\eclipse\\plugins\org.eclipse.platform_3.3.0.v20070607\splash.
                        bmp
                        -launcher C:\tmp\eclipse\eclipse.exe
                        -name Eclipse
                        --launcher.library C:\tmp\eclipse\plugins\org.eclipse.equinox.launcher.win32.win
                        32.x86_1.0.0.v20070523\eclipse_1017a.dll
                        -startup C:\tmp\eclipse\plugins\org.eclipse.equinox.launcher_1.0.0.v20070606.jar

                        -debug
                        -vm C:\java\jdk5\bin\..\jre\bin\client\jvm.dll
                        -vmargs
                        -Xms40m
                        -Xmx256m
                        -XX:MaxPermSize=256m
                        -Djava.class.path=C:\tmp\eclipse\plugins\org.eclipse.equinox.launcher_1.0.0.v200
                        70606.jar
                        Install location:
                        file:/c:/tmp/eclipse/
                        Configuration file:
                        file:/c:/tmp/eclipse/configuration/config.ini loaded
                        Configuration location:
                        file:/c:/tmp/eclipse/configuration/
                        Framework located:
                        file:/c:/tmp/eclipse/plugins/org.eclipse.osgi_3.3.0.v20070530.jar
                        Framework classpath:
                        file:/c:/tmp/eclipse/plugins/org.eclipse.osgi_3.3.0.v20070530.jar
                        Splash location:
                        C:\tmp\eclipse\\plugins\org.eclipse.platform_3.3.0.v20070607\splash.bmp
                        Debug options:
                        file:/C:/tmp/eclipse/.options not found
                        Time to load bundles: 62
                        Starting application: 4282
                        Application Started: 21157


                        Thanks
                        John