Hello.

I found that JDK13 installed in my development environment can not work...

Error message from java virtual machine was as next.
[EMAIL PROTECTED]:~$ java -version
/usr/local/jdk1.3.1_18/bin/i386/native_threads/java: error while loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file:No such file or directory

Next, I linked libstdc++.so.6.0.7 to libstdc++-libc6.1-1.so.2 as next for walk around.
rufelza:/usr/lib# ln -s libstdc++.so.6.0.7 libstdc++-libc6.1-1.so.2

And executed java virtual machine again.
However, another error happened as next ...
[EMAIL PROTECTED]:~$ java -version
Segmentation fault

I think I need your help ....

Best regards.

TomohitoNakayama wrote:

Hello Satheesh.

I have access to JDK13 and have interest to fix it.
I start to survey.

Best regards.


Satheesh Bandaram wrote:

I have been seeing this test fail on JDK13 platforms, both SUN and IBM
JVMs since the test was committed. Tomohito, do you have access to JDK13
platform and have interest to fix this failure? If not, I can help.

Satheesh

[bandaram:satheesh] svn log OutBufferedStream.out
------------------------------------------------------------------------
r405037 | tmnk | 2006-05-08 05:36:39 -0700 (Mon, 08 May 2006) | 1 line

- DERBY-326 Improve streaming of large objects for network server and
client - Patch by Tomohito Nakayama ([EMAIL PROTECTED])
------------------------------------------------------------------------





--
/*

       Tomohito Nakayama
       [EMAIL PROTECTED]
       [EMAIL PROTECTED]
       [EMAIL PROTECTED]

       Naka
       http://www5.ocn.ne.jp/~tomohito/TopPage.html

*/

Reply via email to