Installing an EasyEclipse Distribution
Requirements
Before starting installation, check the Hardware and Operating System requirements, as well as the download size of distribution you wish to install, on the EasyEclipse Distribution page.
Beside the Hardware and Operating System requirements, there are no software requirements. EasyEclipse Distributions should install and run on any machine, without requiring or depending on any third-party software
Installation on Microsoft Windows
To install on Windows, just download and run the installer (extension .exe).
It will guide you through the installation; you can leave all default values.
Once installed, the application is available in the Start -> All Programs menu.
Installation on Mac OS X
To install on Mac OS X:
- Download the disk image file (extension
.dmg), - Double-click on this file; after extraction and verification, it is opened as a Volume in finder,
- Double-click Installer Package that this volume contains.
Once installation is done, you can eject the drive, and move the disk image to the trash.
The software is installed in the /Applications folder: to start EasyEclipse,
double-click on its incone in the Finder. You can also drag and drop the icon to the Dock before running it.
(Note that a second icon appears in the Dock when EasyEclipe runs; this is a known bug).
Installation on Linux
To install on Linux, just download and extract the tar archive (extension .tar.gz)
into any folder. The extracted folder contains an executable file that can be started from the command line, or by
double-clicking on it in the Windows Manager.
Uhm.. executable does.. nothing?
fresh Debian Etch (2.6.18-3-amd64)
java -version 1.4.2, gij 4.1.2
easyeclipse-cplusplus-1.2.1.1
Double click eclipse.. nothing happens, nothing at all.
Is there a start-up logfile created somewhere that I can debug?
Thanks.
Has your ‘eclipse’ file executable permissions?
You’ve probably extracted it to a FAT partition (maybe an external hd like I did
). Just extract it in a suitable partition (a “Linux” one) and enjoy
I have the same problem!
double click or command and exucatable does nothing!
I’m trying at Ubuntu 7.10 64 bits,
sun jdk 6
installed at /usr/java/easyeclipse-server-java-1.2.2.2
Download the package for linux. Double click on eclipse and following message popup:
JVM terminated. Exit code=4
/home/andi/Desktop/easyeclipse-php-1.2.1.1/jre/bin/java
-Xms128m
-Xmx512m
-XX:MaxPermSize=128m
-jar /home/andi/Desktop/easyeclipse-php-1.2.1.1/startup.jar
-os linux
-ws gtk
-arch x86
-launcher /home/andi/Desktop/easyeclipse-php-1.2.1.1/eclipse
-name Eclipse
-showsplash 600
-exitdata 3a70013
-vm /home/andi/Desktop/easyeclipse-php-1.2.1.1/jre/bin/java
-vmargs
-Xms128m
-Xmx512m
-XX:MaxPermSize=128m
-jar /home/andi/Desktop/easyeclipse-php-1.2.1.1/startup.jar
Starting with my installed vm seems to work.
Thanks for your great job
Yes - I get the same error as Andreas K when trying to run easyeclipse on Ubuntu. My installed Java version is 1.5.0_08, but easyeclipse is running it’s own copy of Java ?
I have Ubuntu LTS 6.06, and I have the same problem as John. I also just switched to linux from windows so I am not familiar with terminal commands yet.
I had the same problem.
To solve it, rename the “jre” directory (inside the main easyeclipse directory) to something else (ex: jre_unused) so that easyeclipse uses the systems java instead of it’s own.
The current drop does not have support for 64 bits processors.
So running a 32 bits JVM may be an issue.
None of the developers has a 64 bits machine…
Could someone help?
I had the same problem for 64 bits, removed the JRE which helped a bit. However, now I run into an unsatisfied link:
!ENTRY org.eclipse.osgi 4 0 2007-03-13 10:34:01.867
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: /home/frankr/eclipse/configuration/org.eclipse.osgi/bundles/94/1/.cp/libswt-pi-gtk-3235.so: Can’t load IA 32-bit .so on a AMD 64-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1660)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:993)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:123)
at org.eclipse.swt.internal.gtk.OS.(OS.java:22)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)
at org.eclipse.swt.widgets.Display.(Display.java:126)
at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:433)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161)
at org.eclipse.ui.internal.ide.IDEApplication.createDisplay(IDEApplication.java:122)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:75)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
I have nearly the same problem:
!ENTRY org.eclipse.osgi 4 0 2007-04-16 15:35:17.961
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: /p2/local/eclipse3.2/configuration/org.eclipse.osgi/bundles/94/1/.cp/libswt-pi-gtk-3235.so: Can’t load IA 32-bit .so on a IA 32-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1660)
….
Even it says “… on a IA 32-bit platform” it happens on a AMD 64bit platform.
I have nearly the same problem (on debian etch):
!ENTRY org.eclipse.osgi 4 0 2007-04-16 15:35:17.961
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: /p2/local/eclipse3.2/configuration/org.eclipse.osgi/bundles/94/1/.cp/libswt-pi-gtk-3235.so: Can’t load IA 32-bit .so on a IA 32-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1660)
….
Even it says “… on a IA 32-bit platform” it happens on a AMD 64bit platform.
I use java version “1.5.0_11″ and eclipse 3.2, 32bit
With eclipse 3.2.2 64bit I get this:
!ENTRY org.eclipse.osgi 4 0 2007-04-15 22:47:10.189
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: /p2/local/eclipse/configuration/org.eclipse.osgi/bundles/94/1/.cp/libswt-pi-gtk-3235.so: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
…
(Packages libgtk2.0-0 and libgtkextra-x11-2.0-1 are installed.)
Hello guys,
I want to report a bug inside the new version of easyeclipse 1.2.2 , it seems that when building to desktop and java expert version, you forgot to change the jre inside, which is calling a the easyeclipse-desktop-java-1.2.2/jre/jre/lib/i386/server/libjvm.so, but the distribution comes with a easyeclipse-desktop-java-1.2.2/jre/jre/lib/i386/client/libjvm.so , what I did was just rename the directory and everything seems to run ok.
I couldn’t reproduce this problem, but for safety I have re-released all the Linux distros, with the “server” libs re-added. We shouldn’t have removed them. Please tell me if you have the problem again. Thank you for reporting this.
Hi webmasters,
could you create and public md5 or sha sum hash ? I got crc errors on decompresing.
Great suggestion. For now I have uploaded all the MD5 for all the files here. The list won’t work well, but you can easily find the URL for the file you’re looking at. I’ll find a better way to organize it later.
BTW, for which file did you get problems (and which mirror) ? Maybe one file is corrupted (although we systematically test for that)…
JVM terminated. Exit code=1
/home/laserbeak43/Desktop/easyeclipse-php-1.2.2-2/easyeclipse-php-1.2.2/jre/bin/java
-Xms128m
-Xmx512m
-XX:MaxPermSize=128m
-jar /home/laserbeak43/Desktop/easyeclipse-php-1.2.2-2/easyeclipse-php-1.2.2/startup.jar
-os linux
-ws gtk
-arch x86
-launcher /home/laserbeak43/Desktop/easyeclipse-php-1.2.2-2/easyeclipse-php-1.2.2/eclipse
-name Eclipse
-showsplash 600
-exitdata e68024
-vm /home/laserbeak43/Desktop/easyeclipse-php-1.2.2-2/easyeclipse-php-1.2.2/jre/bin/java
-vmargs
-Xms128m
-Xmx512m
-XX:MaxPermSize=128m
-jar /home/laserbeak43/Desktop/easyeclipse-php-1.2.2-2/easyeclipse-php-1.2.2/startup.jar
That is odd. Could you enter a bug at sourceforge and attach that and the log file you would find under/.metadata/.log to that bug?
Make sure you specify which os and processor architecture your run.
me too had same problem.So please forward the solution to me if you get it
my id is:softtech.vishnu@gmail.com
Added a PHP project with existing files. Could open some of the files, but while opening other php files in the project I got this:
JVM terminated. Exit code=1
/home/robert/bin/easyeclipse-lamp-1.2.2/jre/bin/java
-Xms128m
-Xmx512m
-XX:MaxPermSize=128m
-jar /home/robert/bin/easyeclipse-lamp-1.2.2/startup.jar
-os linux
-ws gtk
-arch x86
-launcher /home/robert/bin/easyeclipse-lamp-1.2.2/eclipse
-name Eclipse
-showsplash 600
-exitdata 398006
-vm /home/robert/bin/easyeclipse-lamp-1.2.2/jre/bin/java
-vmargs
-Xms128m
-Xmx512m
-XX:MaxPermSize=128m
-jar /home/robert/bin/easyeclipse-lamp-1.2.2/startup.jar
System:
Kubuntu Feisty Fawn 7.04
Lenovo ThinkPad T61
Sun Java(TM) Runtime Environment (JRE) 6 (but EasyEclipse uses its own)
Linux 2.6.20-16-generic
There have been issues reported on Feisty Fawn.
Could you post a bug and attach the hs_err_pid[number].log file to it?
http://sourceforge.net/tracker/?group_id=131065&atid=719795
Installed new jre in preferences: /usr/lib/jvm/java-6-sun-1.6.0.00, and renamed the jre directory under EasyEclipse directory to make it use my installed jre, and got this:
JVM terminated. Exit code=1
/usr/bin/java
-Xms128m
-Xmx512m
-XX:MaxPermSize=128m
-jar /home/robert/bin/easyeclipse-lamp-1.2.2/startup.jar
-os linux
-ws gtk
-arch x86
-launcher /home/robert/bin/easyeclipse-lamp-1.2.2/eclipse
-name Eclipse
-showsplash 600
-exitdata 480008
-vm /usr/bin/java
-vmargs
-Xms128m
-Xmx512m
-XX:MaxPermSize=128m
-jar /home/robert/bin/easyeclipse-lamp-1.2.2/startup.jar
The only file under /.metadata is version.ini.
A dumpfile hs_err_pid[number].log was created everytime, between 60KB and 90KB.
Could you provide more details?
Can you start eclipse?
when does this happen?
What processor architecture do you have?
The reason we ship a private jre is to avoid issues/conflicts with other untested versions. I have no tested Feisty Fawn at all, and not tested it with Java 6 either.
But as said above please post a bug @ http://sourceforge.net/projects/easyeclipse and attach the crash logs
Check also https://bugs.eclipse.org/bugs/show_bug.cgi?id=161883
There are reports at times of conflicts between the accessibility module of unbuntu and eclipse swt
I am running easyeclipse on mac os x 10.4.10, some body knows how to run multiples instances of easyeclipse, i.e. any one in diferent workspaces?
I gave it a try - I made a second copy of the EasyEclipse application (in /Applications folder) - then I was able to start two similar EasyEclipse from the two installation, and have them point to different workspaces. Note that you *may* get into mild trouble because the two will share the same configuration area (in ~/.easyeclipse-expert-java-1.3.0 for example). If this happens, you should edit the ‘Info.plist’ file under “/Applications/EasyEclipse Expert Java 1.3.0.app/Contents/Info.plist” to ensure that the two Eclipse have different configuration area. Otherwise, everything else should be OK.
[…] Installing the EasyEclipse environment was a snap. This document is useful if you are installing it in another distribution. http://www.easyeclipse.org/site/help/install-distribution.html […]
I want use “easyeclipse php” with IIS. is it posible?
Never tried thta. But there is no reason it does not work. For debugging the issue is to have dbg or xdebug working with IIS.
has anyone tried to install easy eclipse in vista . does it have any compatibility issues ? i heard that eclipse version had a lot of compatibility issues regarding vista . can anyone tell me is it safe to install easy eclpise on my vista system .
I installed easy eclipse in Vista but can’t get it running
See the FAQ for some details. we could not test it because we do not have Vista yet, but we have reports that it works.
Just make sure you install it at the drive’s root (
C:\) instead of the default (C:\Program Files\)Yes it is safe.
You must be installing it at the drive’s root (C:\) instead of the default (C:\Program Files\.
I downloaded easy-eclipse-server-java-1.2.2.2. I ran the installation program. I didn’t get any error, the installation went well. However I cannot execute Easy eclipse application after installation: I get the following error…
!SESSION 2008-01-10 09:01:12.796 ———————————————–
eclipse.buildId=M20070212-1330
java.version=1.5.0_09
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_FR
Command-line arguments: -os win32 -ws win32 -arch x86
!ENTRY org.eclipse.osgi 4 0 2008-01-10 09:01:13.764
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: no swt-win32-3236 in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
…
Did you install EasyEclipse it under C:Program Files\…? If that is the case, and you are running Vista that is the issue. Vista has so many security restrictions that installing EasyEclipse there (or any distro of Eclipse for that matter) will not work.
Try install instead on c:\EasyEclipse
Cordially
i have the same problem but i dont have VISTA !!! i tried on c: and c:/PFs
I installed EasyEclipse for PHP 1.2.2.2 on my MS Vista Home Basic machine without any problems or errors noted. When I went to activate EasyEclipse, I received an error telling me to check the log. This is what it said:
!SESSION 2008-01-10 20:45:03.879 ———————————————–
eclipse.buildId=M20070212-1330
java.version=1.5.0_09
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86
!ENTRY org.eclipse.osgi 4 0 2008-01-10 20:45:22.145
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: no swt-win32-3236 in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
….
Any suggestions to help me out?
The cause is most likely the same as above: this is an MS Vista issue: did you install EasyEclipse it under C:Program Files\… ?
Vista has so many security restrictions that installing EasyEclipse there (or any distro of Eclipse for that matter) will not work.
Try install instead on c:\EasyEclipse
just run as administrator the first time. That worked for me …
Download the package for linux. Double click on eclipse and following message popup:
JVM terminated. Exit code=2
/root/easyeclipse-expert-java-1.2.2-2.tar.gz_FILES/easyeclipse-expert-java-1.2.2/jre/bin/java
-Xms128m
-Xmx512m
-XX:MaxPermSize=128m
-jar /root/easyeclipse-expert-java-1.2.2-2.tar.gz_FILES/easyeclipse-expert-java-1.2.2/startup.jar
-os linux
-ws gtk
-arch x86
-launcher /root/easyeclipse-expert-java-1.2.2-2.tar.gz_FILES/easyeclipse-expert-java-1.2.2/eclipse
-name Eclipse
-showsplash 600
-exitdata c800d
-vm /root/easyeclipse-expert-java-1.2.2-2.tar.gz_FILES/easyeclipse-expert-java-1.2.2/jre/bin/java
-vmargs
-Xms128m
-Xmx512m
-XX:MaxPermSize=128m
-jar /root/easyeclipse-expert-java-1.2.2-2.tar.gz_FILES/easyeclipse-expert-java-1.2.2/startup.jar
what should i do?? i have already executed the .exe, and when i tried to run the application, an error was generated.
see the log below:
———————————————————–
!SESSION 2008-03-25 23:19:10.048 ———————————————–
eclipse.buildId=M20070212-1330
java.version=1.5.0_09
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=pt_BR
Command-line arguments: -os win32 -ws win32 -arch x86
!ENTRY org.eclipse.osgi 4 0 2008-03-25 23:19:51.081
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: no swt-win32-3236 in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:993)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:123)
at org.eclipse.swt.internal.win32.OS.(OS.java:18)
at org.eclipse.swt.widgets.Display.(Display.java:125)
at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:436)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161)
at org.eclipse.ui.internal.ide.IDEApplication.createDisplay(IDEApplication.java:122)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:75)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
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:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
!ENTRY org.eclipse.osgi 2 0 2008-03-25 23:19:51.132
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-03-25 23:19:51.132
!MESSAGE Bundle update@plugins/org.eclipse.core.filesystem.linux.x86_1.0.0.v20060603.jar [32] was not resolved.
!SUBENTRY 2 org.eclipse.core.filesystem.linux.x86 2 0 2008-03-25 23:19:51.134
!MESSAGE Platform filter did not match: (& (osgi.os=linux) (osgi.arch=x86))
!SUBENTRY 2 org.eclipse.core.filesystem.linux.x86 2 0 2008-03-25 23:19:51.134
!MESSAGE Missing Constraint: Fragment-Host: org.eclipse.core.filesystem; bundle-version=”[1.0.0,2.0.0)”
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-03-25 23:19:51.134
!MESSAGE Bundle update@plugins/org.eclipse.core.filesystem.macosx_1.0.0.v20060603.jar [33] was not resolved.
!SUBENTRY 2 org.eclipse.core.filesystem.macosx 2 0 2008-03-25 23:19:51.134
!MESSAGE Platform filter did not match: (& (osgi.os=macosx) (|(osgi.arch=x86) (osgi.arch=ppc)))
!SUBENTRY 2 org.eclipse.core.filesystem.macosx 2 0 2008-03-25 23:19:51.134
!MESSAGE Missing Constraint: Fragment-Host: org.eclipse.core.filesystem; bundle-version=”[1.0.0,2.0.0)”
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-03-25 23:19:51.134
!MESSAGE Bundle update@plugins/org.eclipse.jdt.launching.macosx_3.1.100.v20060605.jar [95] was not resolved.
!SUBENTRY 2 org.eclipse.jdt.launching.macosx 2 0 2008-03-25 23:19:51.134
!MESSAGE Platform filter did not match: (osgi.os=macosx)
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-03-25 23:19:51.135
!MESSAGE Bundle update@plugins/org.eclipse.swt.carbon.macosx_3.2.2.v3236.jar [179] was not resolved.
!SUBENTRY 2 org.eclipse.swt.carbon.macosx 2 0 2008-03-25 23:19:51.135
!MESSAGE Platform filter did not match: (& (osgi.ws=carbon) (osgi.os=macosx) (|(osgi.arch=x86)(osgi.arch=ppc)) )
!SUBENTRY 2 org.eclipse.swt.carbon.macosx 2 0 2008-03-25 23:19:51.135
!MESSAGE Missing Constraint: Fragment-Host: org.eclipse.swt; bundle-version=”[3.0.0,4.0.0)”
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-03-25 23:19:51.135
!MESSAGE Bundle update@plugins/org.eclipse.swt.gtk.linux.x86_3.2.2.v3236.jar [180] was not resolved.
!SUBENTRY 2 org.eclipse.swt.gtk.linux.x86 2 0 2008-03-25 23:19:51.135
!MESSAGE Platform filter did not match: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x86))
!SUBENTRY 2 org.eclipse.swt.gtk.linux.x86 2 0 2008-03-25 23:19:51.135
!MESSAGE Missing Constraint: Fragment-Host: org.eclipse.swt; bundle-version=”[3.0.0,4.0.0)”
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-03-25 23:19:51.135
!MESSAGE Bundle update@plugins/org.eclipse.ui.carbon_3.2.0.I20060605-1400.jar [192] was not resolved.
!SUBENTRY 2 org.eclipse.ui.carbon 2 0 2008-03-25 23:19:51.135
!MESSAGE Platform filter did not match: (osgi.ws=carbon)
!SUBENTRY 2 org.eclipse.ui.carbon 2 0 2008-03-25 23:19:51.135
!MESSAGE Missing Constraint: Fragment-Host: org.eclipse.ui; bundle-version=”[3.2.0,4.0.0)”
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-03-25 23:19:51.135
!MESSAGE Bundle update@plugins/org.eclipse.update.core.linux_3.2.0.v20060605.jar [212] was not resolved.
!SUBENTRY 2 org.eclipse.update.core.linux 2 0 2008-03-25 23:19:51.136
!MESSAGE Platform filter did not match: (osgi.os=linux)
!SUBENTRY 2 org.eclipse.update.core.linux 2 0 2008-03-25 23:19:51.136
!MESSAGE Missing Constraint: Fragment-Host: org.eclipse.update.core; bundle-version=”[3.0.0,4.0.0)”
!SESSION 2008-03-27 02:19:15.915 ———————————————–
eclipse.buildId=M20070212-1330
java.version=1.5.0_09
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=pt_BR
Command-line arguments: -os win32 -ws win32 -arch x86
!ENTRY org.eclipse.osgi 4 0 2008-03-27 02:19:26.322
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: no swt-win32-3236 in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:993)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:123)
at org.eclipse.swt.internal.win32.OS.(OS.java:18)
at org.eclipse.swt.widgets.Display.(Display.java:125)
at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:436)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161)
at org.eclipse.ui.internal.ide.IDEApplication.createDisplay(IDEApplication.java:122)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:75)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
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:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
!ENTRY org.eclipse.osgi 2 0 2008-03-27 02:19:26.665
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-03-27 02:19:26.665
!MESSAGE Bundle update@plugins/org.eclipse.core.filesystem.linux.x86_1.0.0.v20060603.jar [32] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-03-27 02:19:26.665
!MESSAGE Bundle update@plugins/org.eclipse.core.filesystem.macosx_1.0.0.v20060603.jar [33] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-03-27 02:19:26.665
!MESSAGE Bundle update@plugins/org.eclipse.jdt.launching.macosx_3.1.100.v20060605.jar [95] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-03-27 02:19:26.665
!MESSAGE Bundle update@plugins/org.eclipse.swt.carbon.macosx_3.2.2.v3236.jar [179] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-03-27 02:19:26.665
!MESSAGE Bundle update@plugins/org.eclipse.swt.gtk.linux.x86_3.2.2.v3236.jar [180] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-03-27 02:19:26.665
!MESSAGE Bundle update@plugins/org.eclipse.ui.carbon_3.2.0.I20060605-1400.jar [192] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-03-27 02:19:26.665
!MESSAGE Bundle update@plugins/org.eclipse.update.core.linux_3.2.0.v20060605.jar [212] was not resolved.
What I have to do , if I use Mac OS X v 1.4 ,Intel and every time I run a project (even sample) on Easy Eclipse the same mistake is shown:(Exec error:Cannot run make) ? Thanks.
The application was installed under c:\program files on Vista. When application started, got this error on the log “no swt-win32-3236 in java.library.path”. After re-installed the application to c:\, problem solved.