3 Replies Latest reply on Mar 19, 2014 1:43 PM by maxandersen

    JEE JavaDoc for JBoss EAP 6.2

    zcurtis

      How do I set the JEE JavaDoc for JBoss EAP 6.2 in Eclipse Kepler / JBoss Tools? I am hoping I don't have set it for each of the 42 jars that are in the JBoss Enterprise Application Platform 6.1+ Runtime. I would like content assist in the editor to show the JavaDoc.

       

      Setting the source would be nice as well, as I believe that is where the hover over a type in the editor comes from.

       

      jbosseap.png

        • 1. Re: JEE JavaDoc for JBoss EAP 6.2
          maxandersen

          Remember to add maven.repository.redhat.com/techpreview/all to your maven settings and it should pick it up.

           

          If you are not using maven or something else prevent that from working try using our source lookup container. SEe more at JBoss Source Lookup

          1 of 1 people found this helpful
          • 2. Re: JEE JavaDoc for JBoss EAP 6.2
            zcurtis

            I haven't used Maven. After additional research I see that Maven is often used. For now, I downloaded JEE6 javadoc from Oracle and updated the JavaDoc location on a few select jars I know I need in the Java Build Path > Library > JBoss Runtime.

             

            I would be nice if the default would point to the url for JEE JavaDoc at Oracle, like the JRE System Library does for JSE.

            • 3. Re: JEE JavaDoc for JBoss EAP 6.2
              maxandersen

              Zach - your project does not need to use maven.

               

              We just use maven to locate the right source without having to bundle multiple versions of the various runtime and api jars.