I have the exact same installation error but for different software (Borland Together for Eclipse):
Code:
$ ./TG_ECLIPSE_6_3_LIN_INSTALL.BIN
Preparing to install...
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. This application will now exit. (LAX)
Stack Trace:
java.lang.IllegalAccessError: com/zerog/ia/installer/util/ClassInfoManager$InfoPiece.<init>
at com.zerog.ia.installer.Main.a (source file unknown)
at com.zerog.ia.installer.Main.main (source file unknown)
at java.lang.reflect.Method.invoke0 (Method.java)
at java.lang.reflect.Method.invoke (Method.java:255)
at com.zerog.lax.LAX.launch (source file unknown)
at com.zerog.lax.LAX.main (source file unknown)
GUI-
However I am using a recent version of Sun's Java:
Code:
$ java -version
java version "1.4.2_05"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04)
Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode)
Any ideas?
Thanks