Re: Green vs Native Threads

2003-02-06 Thread Tom Ball
On Thu, 2003-02-06 at 04:41, Henrique wrote: > Folks, what's the diference between Native and Green Threads for the > performance of a software and for System Operation? Green Threads is linked into the JDK to simulate a threading environment; it manages all thread creation, scheduling, commun

Re: running java on rh 8.0

2002-11-05 Thread Tom Ball
All I had to do was change my PATH setting so that the 1.4.1 version of Java came before the libgcj one. I haven't tested everything yet, but so far, so good... Tom On Mon, 2002-11-04 at 17:15, Joseph Shraibman wrote: > I tried to run java 1.4.1 from sun on my rh 8.0 box and I spent a day trying

Re: MD5

2002-10-22 Thread Tom Ball
Try "java.security.MessageDigest.getInstance("MD5");" Tom On Tue, 2002-10-22 at 13:45, Jonathan Daugherty wrote: > Does anyone know of a class in Java (or an API) for computing the MD5 sum > of a given byte sequence? > > -- > > Jonathan Daugherty > http://www.cprogrammer.org > > >