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
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
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
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
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
---