Re: I have a question about Thread..

2000-07-08 Thread Nathan Meyers
"¸¶·ÐÀÎÇü" wrote: > I made chatting server. When I execute Server, the processes made like following. In the Linux environment, every thread has its own process ID. They look like separate processes, but they are indeed all threads of the same Java process. "Native threads" means you are using

I have a question about Thread..

2000-07-08 Thread ¸¶·ÐÀÎÇü
I made chatting server. When I execute Server, the processes made like following. 736 pts/0S0:00 /usr/local/jdk1.2.2/bin/i386/native_threads/java Chat 774 pts/0S0:00 /usr/local/jdk1.2.2/bin/i386/native_threads/java Chat 775 pts/0S

Re: A question

1999-05-25 Thread Ernst de Haan
Find someone that lives near you that _is_ networked =) Maybe even someone on this list? If you live near me, I'd be happy to borrow you a ZIP with JDK1.1.7, JDK1.2pre1, KDE 1.1.1, etc. :-) GreetinX++, Ernst Wonmu Hur wrote: > > Hi > > Is JDK for Linux available in CD? > My home computer is

Re: A question

1999-05-25 Thread Bernardo Paz Betancourt
At 12:11 p.m. 25/05/99 -0400, you wrote: I had the same problem some weeks ago, and I think it is not available on CD you may try to download in a Ciber coffe but use a special FTP as Golzilla (www.gozilla.com/user) it´s a free program that takes 1.3 Mb and let you transfer files in multiple sess

A question

1999-05-25 Thread Wonmu Hur
Hi Is JDK for Linux available in CD? My home computer is not networked. Thanks, WMH -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

A question about TimeZones

1999-05-21 Thread Dennis Esters
We have your JRE 1.1.7 ("Java") on Linux Red Hat 5.2 ("box"). The box is apparently using Central Time Zone, currently in Daylight, because the output of the 'date' utility has CDT as the time zone. However, in Java the Timezone.getDefault() returns "EDT", or Eastern Time Zone in Daylight. We can

A question with JDK 1.2...

1999-05-11 Thread Chen Xuan
Hi, I have download the bz2 files for the JDK1.2. When I uncompressed them using bunzip2, the jre file is ok, but the jdk failed. would you please tell me where I could get the gzip version of these files? I need them for an urgent experiement. Thanks, Chen, Xuan --

a question

1999-04-23 Thread huynh van hoa
Dear sir I install jkd1.2 in redhat version 5.2 . I compile java program by "javac ..." it 's all right . When I run "java ..." it can't load awt classes. This message like here : $java mynameclass Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/local/jdk1.2/jre/lib/i386/lib

A question...

1999-02-10 Thread Carlos Alberto Roman Zamitiz
2 days ago, I don't receive any mail from list. Why? I didn't unsubscribe. Greetings Carlos Alberto Roman Zamitiz Departamento de Ingenieria en Computacion, Facultad de Ingenieria UNAM [EMAIL PROTECTED]

A Question on installation of JDK1.1.1 on redhat 5.1

1998-10-25 Thread Fenghua Yu
Dear All: I intalled JDK1.1.1 on Redhat 5.1 on an 586 PC. And I set the path and JAVA_HOME. When I run java, a "Segment Fault" error appears, and there is any results when I run javac. Even though I tried a few different sites to download JDK, the error still remain. Does anybody tell me th