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
