- This topic has 18 replies, 10 voices, and was last updated 18 years, 8 months ago by
sbeam3091287391.
-
AuthorPosts
-
August 20, 2006 at 2:44 am #257186
redsofaMemberHi,
The installer does not work with FC4 either.
Error is:./MyEclipseEnterpriseWorkbenchInstaller_5_0_1GA_E3_2.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…
awk: cmd. line:6: warning: escape sequence `\.’ treated as plain `.’Launching installer…
Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)
Stack Trace:
java.lang.UnsatisfiedLinkError: /tmp/install.dir.4027/Linux/resource/jre/lib/i386/libawt.so: /tmp/install.dir.4027/Linux/resource/jre/lib/i386/libawt.so: cannot restore segment prot after reloc: Permission denied
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at sun.security.action.LoadLibraryAction.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
at sun.awt.DebugHelper.<clinit>(Unknown Source)
at java.awt.Component.<clinit>(Unknown Source)
at com.zerog.ia.installer.LifeCycleManager.f(DashoA8113)
at com.zerog.ia.installer.LifeCycleManager.g(DashoA8113)
at com.zerog.ia.installer.LifeCycleManager.a(DashoA8113)
at com.zerog.ia.installer.Main.main(DashoA8113)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.zerog.lax.LAX.launch(DashoA8113)
at com.zerog.lax.LAX.main(DashoA8113)
This Application has Unexpectedly Quit: Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)
[root@blitz GEPACKT]# java -version
java version “1.5.0_02”
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_02-b09)
Java HotSpot(TM) Client VM (build 1.5.0_02-b09, mixed mode, sharing)August 22, 2006 at 4:45 am #257348
redsofaMemberHi,
I just installed the ManualInstall on FC4 and that works without problems 😀
So my advice: Don’t waste time and try the Linux installer ; do a ManualInstall instead. It is very simple:
1. unzip
2. use Software Update from eclipse and point to your unzipped directory
3. enjoytschuess
ThomasAugust 22, 2006 at 10:26 am #257367
Scott AndersonParticipantThomas,
You should also set up a script to start with commandline arguments similar to the following:
<path-to-eclipse-install>/eclipse -product com.genuitec.myeclipse.product.ide -vmargs -Duser.language=en -Xms128M -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M -Dosgi.splashLocation="<path-to-myeclipse-install>\eclipse\MyEclipseSplash.bmp
October 23, 2006 at 6:23 pm #260830
sbeam3091287391Memberdigulla FYI there is a big diff between “Redhat 4” which came out in about 1996 and “Redhat Enterprise Linux 4” which is the current Redhat distribution.
Also, the solution from albiii worked for me on FC5.
thanks all
-
AuthorPosts