|
|
昨天下了 2009 试用版
软件自带的java无法安装
修改 setup.sh
使用了系统上的 sun-jre-bin-1.6.0.07
安装成功
但是,程序却不能启动
- localhost joey # /usr/bin/eio
- #
- # An unexpected error has been detected by HotSpot Virtual Machine:
- #
- # SIGSEGV (0xb) at pc=0xb7e8ab07, pid=3954, tid=3083970240
- #
- # Java VM: Java HotSpot(TM) Client VM (1.5.0_01-b08 mixed mode)
- # Problematic frame:
- # C [libc.so.6+0x6fb07] strstr+0x27
- #
- # An error report file with more information is saved as hs_err_pid3954.log
- #
- # If you would like to submit a bug report, please visit:
- # http://java.sun.com/webapps/bugreport/crash.jsp
- #
- /usr/bin/eio: line 11: 3954 已放弃 $line1/EIOffice.bin ${@:+"$@"
复制代码 } |
|