Hi,
I was trying to install MyEclipse on linux and all I did was downloaded EnterpriseWorkbenchInstaller_030804.bin from MyEclipse website and trying to do
sh EnterpriseWorkbenchInstaller_030804.bin and it throws the following error
Preparing to install…
Extracting the installation resources from the installer archive…
Configuring the installer for this system’s environment…
Launching installer…
Unable to locate the application’s ‘main’ class. The class ‘com.zerog.ia.installer.Main’ must be public and have a ‘public static void main(String[])’ method. (LAX)
java.lang.NoClassDefFoundError: com.zerog.ia.installer.Main
at java.lang.Class.initializeClass (libgcj.so.7)
at java.lang.Class.forName (libgcj.so.7)
at java.lang.Class.forName (libgcj.so.7)
at com.zerog.lax.LAX.launch (DashoA8113)
at com.zerog.lax.LAX.main (DashoA8113)
Caused by: java.lang.ClassNotFoundException: com.apple.mrj.MRJOSType not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:/tmp/install.dir.28687/InstallerData/,file:/tmp/install.dir.28687/InstallerData/installer.zip], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
at java.net.URLClassLoader.findClass (libgcj.so.7)
at java.lang.ClassLoader.loadClass (libgcj.so.7)
at java.lang.ClassLoader.loadClass (libgcj.so.7)
at java.lang.Class.initializeClass (libgcj.so.7)
…4 more
Could somebody please help me with this. Is there documentation for doing this??
Thanks in advance