Re: I have a doubt...

1999-12-15 Thread Andy Choi
I also noticed that upon upgrading to glibc-2.1.2 (which is required by RC3) and installing RC3. The jdk1.1.8 from ibm would give a SIGSEGV when trying to open Socket to an non-existence host. For example, Socket sock = new Socket ("somehost", someport) would give a core dump if "somehost" does

Re: Java 2 Port to Linux doesn't include Blackdown...

1999-12-04 Thread Andy Choi
I think that announcement has been postponed. Check this out: http://www.crn.com/dailies/digest/breakingnews.asp?ArticleID=11777 Riyad Kalla wrote: > http://www.computerworld.com/home/news.nsf/all/9912035javalinux > > What is this? I thought Sun was going to continue helping > Blackdown to get

Problem with Native Thread under jdk1.2.2 RC2

1999-11-29 Thread Andy Choi
Hi all, I have got a problem using native thread and hotspot with rc2. When i try to run java, it would gives me the following messages. /usr/local/jdk1.2.2/bin/i386/native_threads/java: error in loading shared libraries: /usr/local/jdk1.2.2/jre/lib/i386/native_threads/libhpi.so: symbol sem_init

problem with Swing in JDK1.2

1999-11-17 Thread Andy Choi
I have a GUI application which make extensive use of the Swing library and works fine under jdk1.1.x and Swing 1.1.1 (from Sun). However, if i tried to compile and run the same java file with jdk1.2-pre2 from blackdown, non of the images, or textfiled, or whatever shows up. All i can see is a gra

Jar problem with jdk1.1.8 from IBM

1999-11-17 Thread Andy Choi
Have anyone tried the Jar utility from IBM's jdk1.1.8? For some reason, it refuse to jar up some inner class for me. The class files are generated by jikes and the jar utility from blackdown's 1.1.7 works fine with them. Any idea? Thanks, Andy ---