I ran eclipse from the command line:
java  -jar
/home/mark/eclipse/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar

and got these errors:

eclipse.buildId=M20110909-1335
java.version=1.6.0_29
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US

!ENTRY org.eclipse.osgi 4 0 2011-11-28 18:09:53.790
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
/home/mark/eclipse/configuration/org.eclipse.osgi/bundles/154/1/.cp/libswt-pi-gtk-3738.so:
libgtk-x11-2.0.so.0: cannot open shared object file: No such file or
directory
no swt-pi-gtk in java.library.path
/home/mark/.swt/lib/linux/x86/libswt-pi-gtk-3738.so: libgtk-x11-2.0.so.0:
cannot open shared object file: No such file or directory
Can't load library: /home/mark/.swt/lib/linux/x86/libswt-pi-gtk.so

The library libgtk-x11-2.0.so is in the Debian package ia32-libs-gtk, and
once I installed that package, eclipse started.

Mark

On Mon, Nov 28, 2011 at 3:38 PM, Mark Phillips
<[email protected]>wrote:

> My apologies for posting this plea for help to the android list. I have
> not had a response from the eclipse list, so I hoped someone here can point
> me in the right direction.
>
> I moved my previous Android development environment to a new hard drive,
> but same computer. I cannot get eclipse to start - no splash screen, just
> nothing. I am trying to run 32 bit eclipse with 32 bit java on my 64 bit
> Debian box. I have the ia32 extensions installed. This is a fresh install
> of Debian, Eclipse and Java. All I moved over from the old hard drive was
> my workspace folder, and it is in the same location.
>
> When I run eclipse in debug mode I get:
> mark@orca:~/eclipse$ ./eclipse -debug
> Start VM: /usr/local/lib/jdk1.6.0_29/bin/java
> -Xms40m
> -Xmx384m
> -XX:MaxPermSize=256m
> -jar
> /home/mark/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
> -os linux
> -ws gtk
> -arch x86
> -showsplash
> -launcher /home/mark/eclipse/eclipse
> -name Eclipse
> --launcher.library
> /home/mark/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505/eclipse_1407.so
> -startup
> /home/mark/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
> --launcher.overrideVmargs
> -exitdata 2338008
> -debug
> -vm /usr/local/lib/jdk1.6.0_29/bin/java
> -vmargs
> -Xms40m
> -Xmx384m
> -XX:MaxPermSize=256m
> -jar
> /home/mark/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
> Install location:
>     file:/home/mark/eclipse/
> Configuration file:
>     file:/home/mark/eclipse/configuration/config.ini loaded
> Configuration location:
>     file:/home/mark/eclipse/configuration/
> Framework located:
>
> file:/home/mark/eclipse/plugins/org.eclipse.osgi_3.7.1.R37x_v20110808-1106.jar
> Framework classpath:
>
> file:/home/mark/eclipse/plugins/org.eclipse.osgi_3.7.1.R37x_v20110808-1106.jar
> Splash location:
>
> /home/mark/eclipse/plugins/org.eclipse.platform_3.7.1.v201109091335/splash.bmp
> Debug options:
>     file:/home/mark/eclipse/.options not found
> Time to load bundles: 9
> Starting application: 2148
> mark@orca:~/eclipse$
>
> I am running Linux version 3.1.0-1-amd64 (Debian 3.1.1-1) (gcc version
> 4.6.2 (Debian 4.6.2-4)) on the server. My eclipse.ini looks like this:
> -startup
> plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
> --launcher.library
> plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.100.v20110505
> -showsplash
> org.eclipse.platform
> --launcher.XXMaxPermSize
> 256m
> --launcher.defaultAction
> openFile
> -vm
> /usr/local/lib/jdk1.6.0_29/bin/java
> -vmargs
> -Xms40m
> -Xmx384m
>
> From the command line I get:
> mark@orca:~/eclipse$ java -version
> java version "1.6.0_29"
> Java(TM) SE Runtime Environment (build 1.6.0_29-b11)
> Java HotSpot(TM) Server VM (build 20.4-b02, mixed mode)
>
> What am I missing to get eclipse to start?
>
> Thanks,
>
> Mark
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to