When I try to start eclipse (the whole package from eclipse.org) - I get this message:
PHP Code:
JVM terminated. Exit code=-1
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m
-Djava.class.path=/usr/local/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
-os linux
-ws gtk
-arch x86
-showsplash /usr/local/eclipse//plugins/org.eclipse.platform_3.3.2.R33x_v20071022/splash.bmp
-launcher /usr/local/eclipse/eclipse
-name Eclipse
--launcher.library /usr/local/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.2.R331_v20071019/eclipse_1021.so
-startup /usr/local/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
-vm /usr/local/jdk1.6.0_03/bin/../jre/lib/i386/client/libjvm.so
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m
-Djava.class.path=/usr/local/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
PHP Code:
/usr/local/jdk1.6.0_03/bin/../jre/lib/i386/client/libjvm.so: cannot restore segment prot after reloc: Permission denied
???
And Fedora 8 eclipse says :
PHP Code:
VM terminated. Exit code=-1
-Dosgi.sharedConfiguration.area=/usr/lib/eclipse/configuration
-Djava.class.path=/usr/share/eclipse/startup.jar
-os linux
-ws gtk
-arch x86
-showsplash
-launcher /usr/lib/eclipse/eclipse
-name Eclipse
--launcher.library /usr/lib/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.0.v20070606/eclipse_1017a.so
-startup /usr/share/eclipse/startup.jar
-vm /usr/local/jdk1.6.0_03/bin/../jre/lib/i386/client/libjvm.so
-vmargs
-Dosgi.sharedConfiguration.area=/usr/lib/eclipse/configuration
-Djava.class.path=/usr/share/eclipse/startup.jar
What can I do ?