求助一个java的问题!
各位大虾:
小弟在ia64 架构下(redhat as 3.0)安装一个基于java的管理软件时遇到一下报错信息,我认为是java插件的错误:
[root@compute-0-1 root]#
./sansurfer2.0.30b17_linux_install_ia64.bin
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
strings: /lib/libc.so.6: No such file or directory
Launching installer...
Invocation of this Java Application has caused an Invocation Target Exception. This application will now exit. (LAX
Stack Trace:
java.lang.NoClassDefFoundError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:141)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62)
at java.awt.Window.init(Window.java:231)
at java.awt.Window.<init>;(Window.java:275)
at java.awt.Frame.<init>;(Frame.java:401)
at java.awt.Frame.<init>;(Frame.java:366)
at com.zerog.ia.installer.LifeCycleManager.f(DashoA8113)
at com.zerog.ia.installer.LifeCycleManager.g(DashoA8113)
at com.zerog.ia.installer.LifeCycleManager.a(DashoA8113)
at com.zerog.ia.installer.Main.main(DashoA8113)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.zerog.lax.LAX.launch(DashoA8113)
at com.zerog.lax.LAX.main(DashoA8113)
This Application has Unexpectedly Quit: Invocation of this Java Application has
caused an InvocationTargetException. This application will now exit. (LAX)
在系统中发现 libc.so.6 文件在 /emul/ia32-linux/lib/下,是文件libc-2.3.2.so 的连接,于是在/bin/下 ln libc-2.3.2.so >; libc.so.6 结果
strings: /lib/libc.so.6: No such file or directory
这行没有了,其他报错未变,怀疑是32bit 与 64bit的问题。
重新安装java plug-in同样出错。
请各位大虾帮助!谢谢!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论