Alexander Wallace writes: > > Hello All! > > I'm new to the list, and to jde. > > I've grown very fond of emacs, and tho i used netbeans before, and have > no complains about it, i really love emacs so... Before i go further > down this path i would like to find out about a few things. > > - If i have the need to include a lot of jar files in the classpath for > compiling, can it be done inside of jde, with wild cards or something > simmilar? or do i have to add each one to the jde classpath? > > - I can build all my stuff with ant, but, how can i buidl using ant > from within jde and have ant use the jdk and classpath that is set up > in jde? > > - Can i debug web apps from jde?
Yes, both the JDEE's source-level debugging interface to jdb and JDEbug enable you to attach the debugger to an existing process on the local or a remote machine. See the debugger section in the JDEE user guide for more information. Paul > > - Will i be able to do much of what i could do with netbeans without > too much complication in jde? (i know this is a very open question, and > i'm not considering any visua form construction of course), but all the > issues about classpath, necesary libs and such, which used to be ndled > for me in netbeans and such have me worried moving to something like > jde... > > Can some one please illuminate me in these things? > > Thanks!
