SNMP Java source code

1999-01-15 Thread Juan Carlos
Hi, Anybody knows an address where can I download the source code (in Java) of any tool for SNMP? Thanks _ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com

native method

1999-01-15 Thread Jinpeng Xie
hi, I want to implement file permission in JAVA for linux. I know Java can call c function or system functions. However, I don't know the detail. Can you direct me in info or a book? JInpeng

Re: jsdk2.0 connection problem

1999-01-15 Thread tpeter
Just a little update on this connection problem. I've done a little investigating and found that the error only occures when the "post" method is used to invoke the servlet. When "get" is used everything works fine. On Thu, 18 Nov 1999, Gordon Keith wrote: > [EMAIL PROTECTED] wrote: > >

testing - two days with no mail

1999-01-15 Thread John Summerfield
Just wondering if the list's broken. -- Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM ftpsites index.

A file system for organising java stuff ?

1999-01-15 Thread Maksim Lin
Apologies for cross posting this to both mail-lists, but I wanted to get as broad a response about this from people using java & these are the java-related groups that I'm subscribed to. Anyways, what occurred to me during the new years break is to arrange my java stuff into a file system along t

Re: class finalizer?

1999-01-15 Thread Jason Dillon
hrm... that is very annoying... thanks. --jason On 15-Jan-99 Chris Abbey wrote: > DOH! The signature was supposed to be: > static void classFinalize() throws Throwable > the one I gave was (obviously) instance finalization... see JLS ยง12.7. > > But it's a academic now, Javasoft has removed it f