Re: Anyone using Forte + JPDA + Orion

2000-10-26 Thread Lars Heller
Hi Rob, java -Djava.compiler=NONE -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5000 com.evermind.server.ApplicationServer From Sun's JPDA doc / Connection and Invocation Deatils: "The -Xnoagent and -Djava.compiler=NONE options are not required; however, for

RE: Anyone using Forte + JPDA + Orion

2000-10-26 Thread Rob Lapensee
as well Hope this helps. Rob Lapensee Director of Technology Delfour Corporation [EMAIL PROTECTED] www.delfour.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Lars Heller Sent: Thursday, October 26, 2000 4:37 AM To: Orion-Interest Subject: Re: Anyone us

RE: Anyone using Forte + JPDA + Orion

2000-10-25 Thread Rob Lapensee
Lars, Here is the script we use to startup orion for JPDA access from netbeans, PATH=$PATH://c/desktop/java/delfour_working/build/jpda/bin export PATH java -Dd4n=orion -Djava.compiler=NONE -Xdebug -Xnoagent -Xrunjdwp:transport= dt_ socket,server=y,suspend=y,address=5000