Re: JCE

1999-07-13 Thread Manfred Hauswirth
IAIK Java Crypto Software: http://jcewww.iaik.tu-graz.ac.at/ Manfred Yohans Mendoza wrote: -> I want to implement some ecryption in an application I'm building, and -> when I tried to download the JCE, from the sun site, it told me that -> couldn't determine whether I was within the USA. -

Re: JAVA multithread questions.

1999-07-13 Thread jools enticknap
Hi This sort of problem is fairly common and Java is more than capable of dealing with it. I would guess from the questions that you have asked, you need a little information on both Threads and the networking API. There are two resources that I would recommend; 1) The Java Tutorial

Re: Stupid question

1999-07-13 Thread Nick Lawson
Depends which Java you have. Its probably Kaffe if you installed from a redhat RPM. In that case it will be JDK 1.1, and you will need to set the classpath to point at the class library. If you can't find any documentation, you could always download the tools documentation from Suns web site Jos

Stupid question

1999-07-13 Thread José David Martínez Cuevas
Hi. Since i heard about Java, i wanted to learn the language... Now I finally had the oportunity, but into a Linux Box !! But i'm having some problems with it... when i try to compile a program with the 'javac' i got the next message: "Unable to initialize threads: cannot find class: java/lang/T

Re: IBM Visual Age for Java

1999-07-13 Thread Rachel Greenham
Wendell Nichols wrote: > > In searching for a good (free or otherwise) IDE for Linux I found Visual > Age (beta) for Linux on IBM's site. > > http://www7.software.ibm.com/vad.nsf/Data/Document2590 > > I had to register to get it, but if its good I may even buy it. I think > the Linux Java comm

Re: Problems with Emacs/JDE

1999-07-13 Thread ichbin
Not to avoid the problem but you know IBM just came out with a version of VisualAge for Java for Linux. If you want to be pushed into an OOD\OOP java environment then by all means give it a try. It's also FREE. I have always used Visual Cafe on NT for last 2 years. In the last month and a half I

Re: JDK 1.2 really slow - *NOT A BUG in JDK*

1999-07-13 Thread Kelly Campbell
Just wondering if anyone has noticed a huge difference in Java2D performance between green and native threads? I switched to green threads this morning to test something because of the native threads deadlocking problem when using Swing. The green threads version does't deadlock, but moving an in

IBM Visual Age for Java

1999-07-13 Thread Wendell Nichols
In searching for a good (free or otherwise) IDE for Linux I found Visual Age (beta) for Linux on IBM's site. http://www7.software.ibm.com/vad.nsf/Data/Document2590 I had to register to get it, but if its good I may even buy it. I think the Linux Java community should be more aware of this... wc

Re: Has Sun Overstretch Themselves With So Many APIs?

1999-07-13 Thread Rachit Siamwalla
> Now do you understand when I said, they may struggling with so many APIs. > If Sun can only commit 10 people to the overall Swing team, > which I find very very surprising. My goodness where is the technical author > is this team. Note, don't quote me on that "10 people" information. That infor

Re: JCE

1999-07-13 Thread Mark Andreas Meyer
Yohans Mendoza wrote: > Can somebody tall me an alternative to those classes? Try www.cryptix.org. Strong crypto from Europe. Regards, Mark -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Troubl

JCE

1999-07-13 Thread Yohans Mendoza
hi all, I want to implement some ecryption in an application I'm building, and when I tried to download the JCE, from the sun site, it told me that couldn't determine whether I was within the USA. I've sent them a coulpe of mails, but no response whatsoever. Can somebody tall me an alternative t

Re: java.lang.OutOfMemoryError

1999-07-13 Thread Nick Lawson
Hi Crispin, How you doing? Your original question never did get a satisfactory answer. However it's definitely not the same as Luigi's. Perhaps you could try the code below; on Suns Windows JDK1.2 the total stays constant at 1m, and the free highwater mark hovers around 820k, at least for the fi

Re: java.lang.OutOfMemoryError

1999-07-13 Thread Crispin Miller
Michael Sinz wrote: > Actually, this code is a "problem" but the bug is in the test. > Why? Well, you are never returning from the constructor and thus > certain parts of the system are still locked (synchronized) which > prevents some forms of GC. > thanks for the comments on synchronization o

Re: java.lang.OutOfMemoryError

1999-07-13 Thread Jan-Henrik Haukeland
Crispin Miller <[EMAIL PROTECTED]> writes: > The same thing happens with a Thread.yield(); > (in pre1 and pre2) > > I've tried moving the yield statement around to no avail... > > import java.util.*; > public class SBTest { >public SBTest() { > int i = 0; > while(true) { >

Re: java.lang.OutOfMemoryError

1999-07-13 Thread Crispin Miller
Jan-Henrik Haukeland wrote: > A thight loop (without sleep or yield), like the one above, will not > let the gc thread in on the party. That's the case if you run on a > preemptive JVM (i.e. with green threads) with real time slicing > (native threads) it'll work. The same thing happens with a T

Re: Has Sun Overstretch Themselves With So Many APIs?

1999-07-13 Thread Peter Pilgrim
[EMAIL PROTECTED] wrote: > > True, but there is always room for improvement (like any product / API > -- none is perfect). The thing I really gripe about is Sun's own > turnaround time to fix some very basic bugs that plague the system. > True, when everything was through AWT and everything was s

Re: java.lang.OutOfMemoryError

1999-07-13 Thread Jan-Henrik Haukeland
Crispin Miller <[EMAIL PROTECTED]> writes: > I posted to the group recently with a very similar problem to Luigi's problem - > I think there is a memory leak in StringBuffer somewhere: the following code > slowly eats up memory (it doesn't on a Sun). > > (running on JDK1.2-pre1). > > import jav

System.in.read() running under native_threads

1999-07-13 Thread Heiko Bobzin
Hi folx, has someone experienced a problem with System.in.read() and anything that deals with console input (not pipe input, and not file input) under the JDK 1.1.7v3 native_threads implementation? The program does not respond to BREAK or EOF, only to SUSPEND. The program behaves correctly, if I

Re: java.lang.OutOfMemoryError

1999-07-13 Thread Crispin Miller
I posted to the group recently with a very similar problem to Luigi's problem - I think there is a memory leak in StringBuffer somewhere: the following code slowly eats up memory (it doesn't on a Sun). (running on JDK1.2-pre1). import java.util.*; public class SBTest { public SBTest() {

Re: Problems with Emacs/JDE

1999-07-13 Thread Justin Lawler
Thanks all, i got it working in the end. I just didn't see the JDE section because i wasn't editing a java file. Justin. [EMAIL PROTECTED] wrote: > Hopefully I can help a little with the JDE problem. I have been using > JDE/XEmacs v20.4 as my development environment on Debian Linux/i386 for