Hi everyone!
I was trying to execute Borland Together for Eclipse installation, which is a .bin file, and got this error:
Code:
[root@localhost download]# ./TG_ECLIPSE_6_3_LIN_INSTALL.BIN
Preparing to install...
tail: `-1' option is obsolete; use `-n 1'
Try `tail --help' for more information.
./TG_ECLIPSE_6_3_LIN_INSTALL.BIN: line 326: [: `)' expected, found -z
WARNING! The amount of /tmp disk space required and/or available
could not be determined. The installation will be attempted anyway.
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
Launching installer...
Invocation of this Java Application has caused an InvocationTargetException. Thi s application will now exit. (LAX)
Stack Trace:
java.lang.UnsatisfiedLinkError: /opt/SUNWappserver/jdk/jre/lib/i386/libawt.so: l ibXp.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1477)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
at java.awt.Component.<clinit>(Component.java:506)
at com.zerog.ia.installer.Main.c(Unknown Source)
at com.zerog.ia.installer.Main.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.zerog.lax.LAX.launch(Unknown Source)
at com.zerog.lax.LAX.main(Unknown Source)
GUI-
I have the Java JRE installed in /opt/SUNWappserver/jdk/jre. I also had ran some Java applications before, but with no problems. I don't have the libXp.so lib in /opt/SUNWappserver/jdk/jre/lib/i386/, only libawt.so . What are these files all about? Where can I find libXp.so? If I put this file in there, will everything be running fine?
Thanks a lot in advance!
Brunno