Hi, I meet a problem for a few days. I used a ArcGIS Server 10.1 to setup on RedHat Enterprise 64bit. CheckPackagePrerequisites works all right. But when I run the setup, the screen shows:
Launching installer...
Exception in thread "main" java.lang.NoClassDefFoundError:com/zerog/lax/LAX
Caused by: java.lang.ClassNotFoundException:com.zerog.lax.LAX
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
...
...
Could not find the main class:com.zerog.lax.LAX. Program will exit.
At first, I thought it was java runtime's problem, so I install java version "1.7.0_71". But it still didn't work. Has anyone meet the same problem? How to deal with it?