eclipse on ppc linux

Tomasz Barwicki <[email protected]>
Newsgroups gmane.comp.java.vm.sablevm.general
Message-ID <1103103485.967.9.camel@laptop>
Hi,
I got a package of eclipse compiled for ppc from 
http://people.debian.org/~avdyk/eclipse/ and I did as Grzegorz B.
Prokopski had described at http://sablevm.org/wiki/Eclipse
this is what i got:

tb@laptop ~ $ cat eclipse.run
#! /bin/sh
 export JAVACMD="/usr/bin/java-sablevm \

-Dsablevm.boot.class.path.append=/usr/share/java/xml-apis.jar:/usr/share/java/xercesImpl.jar:/usr/share/java/xalan2.jar\\
 -Dosgi.locking=none"
 export JAVA_HOME=/usr/
 export JITC_PROCESSOR_TYPE=6
 export ECLIPSE_HOME=/opt/eclipse-3.1M1
 export
JAVALIBPATH=$ECLIPSE_HOME/plugins/org.eclipse.swt.gtk_3.1.0/os/linux/x86
 export LD_LIBRARY_PATH=$JAVALIBPATH
 $JAVACMD -Djava.library.path=$JAVALIBPATH -cp
$ECLIPSE_HOME/startup.jar  \
 org.eclipse.core.launcher.Main -os linux -ws gtk -debug
$HOME/.eclipse/debug_options -consolelog

tb@laptop ~ $ ./eclipse.run
An exception occurred while writing to the platform log:
java.lang.NullPointerException
   at org.eclipse.core.launcher.Main.openLogFile (Main.java:1460)
   at org.eclipse.core.launcher.Main.log (Main.java:1316)
   at org.eclipse.core.launcher.Main.run (Main.java:657)
   at org.eclipse.core.launcher.Main.main (Main.java:628)
   at java.lang.VirtualMachine.invokeMain (VirtualMachine.java)
   at java.lang.VirtualMachine.main (VirtualMachine.java:92)
Logging to the console instead.
!ENTRY org.eclipse.core.launcher 4 0 Dec 15, 2004 09:34:06.975
!MESSAGE Exception launching the Eclipse Platform:
An exception occurred while writing to the platform log:
java.lang.NullPointerException
   at org.eclipse.core.launcher.Main.openLogFile (Main.java:1460)
   at org.eclipse.core.launcher.Main.log (Main.java:1316)
   at org.eclipse.core.launcher.Main.run (Main.java:658)
   at org.eclipse.core.launcher.Main.main (Main.java:628)
   at java.lang.VirtualMachine.invokeMain (VirtualMachine.java)
   at java.lang.VirtualMachine.main (VirtualMachine.java:92)
Logging to the console instead.
!STACK
java.lang.NullPointerException
   at org.eclipse.core.launcher.Main.getInstallLocation (Main.java:976)
   at org.eclipse.core.launcher.Main.processConfiguration
(Main.java:887)
   at org.eclipse.core.launcher.Main.basicRun (Main.java:165)
   at org.eclipse.core.launcher.Main.run (Main.java:644)
   at org.eclipse.core.launcher.Main.main (Main.java:628)
   at java.lang.VirtualMachine.invokeMain (VirtualMachine.java)
   at java.lang.VirtualMachine.main (VirtualMachine.java:92)

The question is obvious. whats wrong?
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.