1 Reply Latest reply on Nov 10, 2006 2:09 AM by arya_ashish

    how to select jre 1.5 with IDE beta 2.0?

    ypan99

      When I create a j2ee project with JBoss IDE (2.0 beta), I can only select J2EE 1.3 or 1.4 Project. When selected 1.4, I saw j2re1.4.2_05 is used as the jre. How can I use j2re1.5_08 which is also installed in my Windows machine? Tx.

        • 1. Re: how to select jre 1.5 with IDE beta 2.0?
          arya_ashish

          This can be done in multiple ways.

          Let me list down steps for the simple way.

          1) Right click on the project and choose Properties option.
          2) Select Java Build path and click on Libraries tab.
          3) Remove JRE System Library [1.4....].
          4) Click on Add Library... button
          5) Select JRE System Library
          6) On the next screen, select 'Alternate JRE' option. The drop down will list all avaialble JRE libraries in the stytem. Choose one of those and click finish.

          You will see the JRE libraries added in the libraries tab screen.

          regards,

          Ashish