On Wed, 19 Jan 2000, Philip Gwyn wrote:
> On 19-Jan-00 jon * wrote:
> > on 1/18/00 3:42 PM, Philip Gwyn <[EMAIL PROTECTED]> wrote:
> >
> >> Any help debuging this problem would be GREATLY appreciated. I suspect
> >> the problem is that I'm using the wrong JDK (or installed it wrong)
> >> because i get NullPointerExceptions from all sorts of other java stuff
> >> I try. :(
> >
> > Please re-compile Apache JServ java portion with debugging (-g) so that
> > I can see what line number the error occurred on.
>
> Call me a dunce, but i've done
> export JAVAC_OPT=-g ; make; make install
> and it doesn't give me any line numbers... :(
Erm... don't you just have to disable the JIT?
Add "-Djava.compiler=" to the java runtime command line and you should get
line numbers.
--
----------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]