Thanks Burton, it was hiding away in the 1.4 sdk.

Works now.

Only NTOP is segfaulting, so I'm trying to track down why. (it's in sql.c,
line 339 "if(snprintf(sqlBuf.....")

Boy it's been a while since I run gdb in emacs to debug c code... (mainly
write ASP these days...)

Later'ish
Craig


> -----Original Message-----
> From: Burton M. Strauss III [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, 2 May 2002 10:58 AM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: RE: [Ntop] Follow up: Trouble with ODBCServer.java
> 
> 
> Well, all I've used is 1.1, 1.2 and 1.3 and javac comes with 
> the JDK...
> 
> If all you have is the JRE, then it's probably not there...
> 
> -----Burton
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On 
> Behalf Of Craig
> Humphrey
> Sent: Wednesday, May 01, 2002 4:12 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: [Ntop] Follow up: Trouble with ODBCServer.java
> 
> 
> Cool, thanks for that.
> 
> Now I just need to locate javac :)  Doesn't seem to be part 
> of the Sun J2RE
> 1.4 package.  Is it in the SDK? (I'll go hunting).
> 
> > -----Original Message-----
> > From: Burton M. Strauss III [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, 2 May 2002 4:51 AM
> > To: [EMAIL PROTECTED]
> > Cc: [EMAIL PROTECTED]
> > Subject: RE: [Ntop] Follow up: Trouble with ODBCServer.java
> > 
> > 
> > Welcome to the painful world of Java.
> > 
> > I'm GUESSING you forgot to run javac 1st... (or the .class 
> > file might be
> > corrupted)
> > 
> > Don't ask, just learn this:
> > 
> > For javac (which converts the .java file to .class) you MUST 
> > specify .java
> > For java (which executes the .class file) you MUST NOT 
> specify .class
> > 
> > -----Burton
> _______________________________________________
> Ntop mailing list
> [EMAIL PROTECTED]
> http://listgateway.unipi.it/mailman/listinfo/ntop
> 
_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to