- This topic has 2 replies, 2 voices, and was last updated 19 years ago by
yoichi.
-
AuthorPosts
-
yoichiMemberDubian + JSDK 1.4.2_05-b04
What seems to be missing???
Thankssh EnterpriseWorkbenchInstaller_030802.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.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.Main.d(DashoA8113)
at com.zerog.ia.installer.Main.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)
GUI-
Riyad KallaMemberyoichi,
This is a common problem on Linux because a lot of systems have GCJ or Kaffe or another alternative VM installed, and the way InstallAnywhere works is that it finds/orders and uses the VMs it finds on the machine, unless you set the LAX_VM env var to point to the java executable you want to use… if youc an’t get the installer working just grab the manual install from the same download page, its really straight forward and easy to install.
yoichiMemberThanks for the reply!
-
AuthorPosts