Thanks, it's working great ! :) ----- Original Message ----- From: <[EMAIL PROTECTED]> To: "Matthew Sherborne" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, May 04, 2001 6:09 PM Subject: Re: EnHydra > > Sure, it's no different than debugging any other server process. > Read Paul's excellent documentation on attaching the debugger to > another process. In that fine documentation, you'll find instructions > on the command line arguments that you need to use in starting the > vm-to-be-debugged. In your case, this will be the VM running enhydra. > > When you make an enhydra application, a shell script called "start" > is created for you - primarily for use during development. This shell > script invokes the multiserver shell script in your ENHYDRA_DIR. > The multiserver script is the one that launches the java VM. > > I suggest that you create a copy of `start' called, say, `start.debug' > In it, you can add the command line arguments that multiserver needs to > pass on to the VM. Last I looked, this was done as follows: -java-arg > <-real-java-argument> > > Good luck, > Eric > > In message <003601c0d411$9207c850$1516a8c0@matthew>, "Matthew Sherborne" writes > : > : Has anyone succesfully set up Jde for debugging EnHydra apps ? > : > : Pls tel me how ... > : > : :) > : ----- Original Message ----- > : From: <[EMAIL PROTECTED]> > : To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > : Sent: Thursday, May 03, 2001 7:15 PM > : Subject: AW: Can't compile semantic > : > : > : > These are all only warnings which you can savely ignore. > : > Warnings beginn with "**", whereas errors beginn with "!!" > : > > : > Klaus > : > > : > -----Urspr�ngliche Nachricht----- > : > Von: Jack Woehr [mailto:[EMAIL PROTECTED]] > : > Gesendet am: Donnerstag, 3. Mai 2001 00:01 > : > An: [EMAIL PROTECTED] > : > Betreff: Can't compile semantic > : > Trying to compile semantic (any current version) so I can install JDE I > : get errors > : > along the lines of the following ... can anyone tell me what's wrong, > : please? > : > I've tried the makefile, compile from within emacs, etc. ... > : > > : > Compiling file > : /home/jax/share/emacs/site-lisp/semantic-1.4beta3/working.el at Wed May 2 > : 15:58:31 2001 > : > ** reference to free variable working > : > ** reference to free variable :prefix > : > ** reference to free variable :group > : > ** reference to free variable working-message > : > ** reference to free variable working-donestring > : > ** reference to free variable working-status-percentage-type > : > ** reference to free variable :type > : > ** reference to free variable working-status-dynamic-type > : > ** reference to free variable working-status-percentage-type > : > While compiling working-dynamic-status: > : > ** reference to free variable working-status-dynamic-type > : > While compiling the end of the data: > : > ** The following functions are not known to be defined: defgroup, > : > defcustom, frame-parameter, frame-property > : > > : > -- > : > > : > Jack J. Woehr > : > > : > Senior Consultant, PureMatrix, Inc. > : > > : > http://www.purematrix.com <http://www.purematrix.com> > : > > : > "Computers are useless, they can only give you answers." - Picasso > : > > : > > : > > : > : > >
