Re: suggestion for list (was: Re: STOP asking about Java 1.2 / 2

1999-01-11 Thread Nagendra Mishr
Can I suggest using ENewsWorks.. a JAVA based list management system running on linux. It's got all the features of all the other MLM's and we've tested it with millions of users. A list this size should be well under 300,000 users? Nagendra [EMAIL PROTECTED] (ENewsWorks URL: www.email

Re: finalize() again

1999-01-05 Thread nagendra mishr
I've put in checks in our code to check is things are getting finalized... It does happen (eventually) To force cleanups, I rely on the following: 1.add a void kill() in all heavy classes. make it delete files, close sockets... etc. 2.In void finalize() I make all references point

bug in reflection API?

1998-12-31 Thread nagendra mishr
I think that the reflection in the JVM on linux is failing somehow. I have a static method in a class which sets a static boolean to true. This static method is called from static void main(String arg[]); Reflection calls the static method in the class, however the static variable it has set se

where to get souces for JDK1.1.6

1998-12-29 Thread nagendra mishr
Hi I need get a JDK on a MIPS machine running RedHat Linux. Can anyone point me to where I can get sources for a JDK? I don't need AWT support, just networking and threads. Thanks Nagendra [EMAIL PROTECTED]

Re: regular expressions in java

1998-12-28 Thread nagendra mishr
Look for ORO.Regexp classes at www.savarese.org for the latest link. Auge Jerome wrote: > Rick Bauman wrote: > >> Does anyone know of a regex package for java, I am rewriting some perl >> programs in java and really need this. >> >> tia >> -- >> Rick Bauman >> Lowcountry Linux >> http://www.l

JDK for Linux on MIPS

1998-12-24 Thread nagendra mishr
I need to have a JDK for a MIPS processor running RedHat Linux 5.x. I only found one vendor Kaffe, and their JDK seems to be horrible. Is there any chance that I can sources to JDK and compile for MIPS? Nagendra