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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to