1 Reply Latest reply on Oct 10, 2003 2:37 AM by colinws

    NetBeans

    arahul

      Hello,

      Is there any posibility to integrate Jboss in Netbeans Environment? i wanted to make an Environment for developing testing debugging jBoss based Applications.

      Appreciate every Hint.


      Thanx

      Rahul

        • 1. Re: NetBeans

          Yes, it is possible.

          Fiddle around with the JBoss start script (JAVA_OPTS?) to have JBoss start with the JPDA stuff listening to a port, then attach the NetBeans debugger to it.

          Have the JBoss source code mounted in NetBeans and everything will just work.

          The process should be vitually identical for any IDE.