求助一个java的问题!

发布于 2022-10-02 21:00:35 字数 3424 浏览 16 评论 0

各位大虾:
小弟在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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文