JVM terminated. Exit code 13 [message #331957] |
Tue, 30 September 2008 15:30  |
Eclipse User |
|
|
|
I want to get a 64-bit eclipse prebuilt binary for AIX 5.3 on ppc.
It seems that only 32-bit eclipse prebuilt binary for AIX is provided by
eclipse.org.
Therefore I build 64-bit eclipse binary from source R-3.3 as follows:
export PATH=$PATH:/home/twong/apache-ant-1.7.1/bin
export ANT_HOME=/home/twong/apache-ant-1.7.1
export JAVA_HOME=/usr/java6_64
sh build -os aix -ws motif -arch ppc
The org.eclipse.sdk-I20070625-1500-aix.motif.ppc.zip file is built
successfully at the result directory.
I unzip the eclipse file to another directory but eclipse fail to start
with the "JVM terminated. Exit code 13" error popup window.
I tried these but both failed:
eclipse
eclipse -clean
|
|
|
Re: JVM terminated. Exit code 13 [message #331961 is a reply to message #331957] |
Tue, 30 September 2008 16:11   |
Eclipse User |
|
|
|
Originally posted by: codeslave.ca.ibm.com
try `eclipse -vm /usr/java6_64/jre/bin/java -vmargs ...`
TsanChung wrote:
> I want to get a 64-bit eclipse prebuilt binary for AIX 5.3 on ppc.
> It seems that only 32-bit eclipse prebuilt binary for AIX is provided by
> eclipse.org.
> Therefore I build 64-bit eclipse binary from source R-3.3 as follows:
> export PATH=$PATH:/home/twong/apache-ant-1.7.1/bin
> export ANT_HOME=/home/twong/apache-ant-1.7.1
> export JAVA_HOME=/usr/java6_64
>
> sh build -os aix -ws motif -arch ppc
>
> The org.eclipse.sdk-I20070625-1500-aix.motif.ppc.zip file is built
> successfully at the result directory.
> I unzip the eclipse file to another directory but eclipse fail to start
> with the "JVM terminated. Exit code 13" error popup window.
> I tried these but both failed:
> eclipse
> eclipse -clean
>
--
Nick Boldt :: Release Engineer, IBM Toronto Lab
Eclipse Modeling :: http://www.eclipse.org/modeling
http://wiki.eclipse.org/index.php/User:Nickb
|
|
|
|
|
Re: JVM terminated. Exit code 13 [message #331981 is a reply to message #331957] |
Tue, 30 September 2008 21:58   |
Eclipse User |
|
|
|
You built -arch ppc, you probably want something like "ppc64"
By using "ppc" you are likely getting 32 bit version of all the native
libraries, in particular the eclipse executable itself and its
corresponding shared library, as well as the swt libraries.
At a minimum, you will need to create ppc64 versions :
org.eclipse.equinox.launcher.motif.aix.ppc64
org.eclipse.swt.motif.aix.ppc64
And recompile the native libraries for eclipse, I don't know how much of
that recompile will be automated by the source build download.
-Andrew
TsanChung wrote:
> I want to get a 64-bit eclipse prebuilt binary for AIX 5.3 on ppc.
> It seems that only 32-bit eclipse prebuilt binary for AIX is provided by
> eclipse.org.
> Therefore I build 64-bit eclipse binary from source R-3.3 as follows:
> export PATH=$PATH:/home/twong/apache-ant-1.7.1/bin
> export ANT_HOME=/home/twong/apache-ant-1.7.1
> export JAVA_HOME=/usr/java6_64
>
> sh build -os aix -ws motif -arch ppc
>
> The org.eclipse.sdk-I20070625-1500-aix.motif.ppc.zip file is built
> successfully at the result directory.
> I unzip the eclipse file to another directory but eclipse fail to start
> with the "JVM terminated. Exit code 13" error popup window.
> I tried these but both failed:
> eclipse
> eclipse -clean
>
|
|
|
|
Powered by
FUDForum. Page generated in 0.05126 seconds