i downloaded the linux version of remote with Vm and i get the following error when trying to install:
[root@Alpha aaron]# ./InstallGalleryRemote.Linux.VM.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...
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:130)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62)
at java.awt.Window.init(Window.java:223)
at java.awt.Window.<init>(Window.java:267)
at java.awt.Frame.<init>(Frame.java:398)
at java.awt.Frame.<init>(Frame.java:363)
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(DelegatingMethodAccessorImpl.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-
[root@Alpha aaron]#
any ideas??? thanks in advance
Posts: 1479
Can you post your exact platform version?
Posts: 1479
Could you also try to install the VM-less version?
Posts: 57
I am running RedHat Linux 7.3, with kernel 2.4.18
by vm-less do you mean the novm versoin??
that version errors out with:
[root@Alpha aaron]# ./InstallGalleryRemote.Linux.NoVM.bin
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
No Java virtual machine could be found from your PATH
environment variable. You must install a VM prior to
running this program.
[root@Alpha aaron]#
Posts: 57
does anyone have any suggestions?
Posts: 1479
We've submitted this to ZeroG (the installer) support, and we're tracking this with them.
Meanwhile, you can install the standard Sun Java VM (1.4_01) then run the NoVM installer.