Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] Building and running Eclipse on Debian (testing) PowerPC?

I've managed to build Eclipse on the above platform, but when I run the eclipse binary I get a "problem during startup" dialog and the following message in the ./workspace/.metadata/.log:

!SESSION ----------------------------------------------------------------------
!ENTRY org.eclipse.core.launcher 4 0 Sep 13, 2002 07:40:08.813
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.VerifyError: (class: org/eclipse/core/internal/boot/PlatformConfiguration$SitePolicy, method: <init> signature: (Lorg/eclipse/core/internal/boot/PlatformConfiguration;Lorg/eclipse/core/internal/boot/PlatformConfiguration$2;I[Ljava/lang/String;)V) Expecting to find object/array on stack
        at org.eclipse.core.internal.boot.PlatformConfiguration.createSitePolicy(PlatformConfiguration.java:901)
        at org.eclipse.core.internal.boot.PlatformConfiguration.getRootSite(PlatformConfiguration.java:1489)
        at org.eclipse.core.internal.boot.PlatformConfiguration.initializeCurrent(PlatformConfiguration.java:1465)
        at org.eclipse.core.internal.boot.PlatformConfiguration.<init>(PlatformConfiguration.java:853)
        at org.eclipse.core.internal.boot.PlatformConfiguration.startup(PlatformConfiguration.java:1343)
        at org.eclipse.core.internal.boot.InternalBootLoader.initialize(InternalBootLoader.java:547)
        at org.eclipse.core.internal.boot.InternalBootLoader.startup(InternalBootLoader.java:904)
        at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:768)
        at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
        at java.lang.reflect.Method.invoke(Native Method)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
        at org.eclipse.core.launcher.Main.run(Main.java:703)
        at org.eclipse.core.launcher.Main.main(Main.java:539)


When running with the -debug switch I get the following messages on the console:

drewpy@powerg4:/usr/src/eclipse$ ./eclipse -debug
Start VM: /home/drewpy/java/bin/java
-cp /usr/src/eclipse/./startup.jar org.eclipse.core.launcher.Main
-os linux
-ws gtk
-arch ppc
-showsplash /usr/src/eclipse/./eclipse -showsplash 600
-debug 
Startup: unable to load configuration
java.io.FileNotFoundException: /usr/src/eclipse/.config/platform.cfg (No such file or directory)
Boot URL:
    file:/usr/src/eclipse/plugins/org.eclipse.core.boot/boot.jar
Startup: splash path = /usr/src/eclipse/plugins/org.eclipse.core.boot/splash.bmp
Workspace location:
   /usr/src/eclipse/workspace
Debug-Options:
    file:/usr/src/eclipse/.options
Install URL:
    file:/usr/src/eclipse/

Anybody able to shed any light on this?

Thanks,
Andrew


Back to the top