Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » JVM terminated. Exit code 13
JVM terminated. Exit code 13 [message #331957] Tue, 30 September 2008 15:30 Go to next message
TsanChung is currently offline TsanChungFriend
Messages: 22
Registered: July 2009
Junior Member
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 Go to previous messageGo to next message
Eclipse UserFriend
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 #331970 is a reply to message #331961] Tue, 30 September 2008 19:05 Go to previous messageGo to next message
TsanChung is currently offline TsanChungFriend
Messages: 22
Registered: July 2009
Junior Member
I try your suggestion:
~/eclipse3.3/eclipse -vm /usr/java6_64/jre/bin/java -vmargs
but still have the same problem.
Re: JVM terminated. Exit code 13 [message #331979 is a reply to message #331970] Tue, 30 September 2008 20:41 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: codeslave.ca.ibm.com

Ok, try this:

http://wiki.eclipse.org/IRC_FAQ#How_do_I_debug_Eclipse.3F_Ho w_can_I_see_what_plugins_are_being_started.3F_How_do_I_start _the_OSGi_console.3F

Nick

TsanChung wrote:
> I try your suggestion:
> ~/eclipse3.3/eclipse -vm /usr/java6_64/jre/bin/java -vmargs
> but still have the same problem.
Re: JVM terminated. Exit code 13 [message #331981 is a reply to message #331957] Tue, 30 September 2008 21:58 Go to previous messageGo to next message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
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
>
Re: JVM terminated. Exit code 13 [message #331983 is a reply to message #331981] Wed, 01 October 2008 02:29 Go to previous message
TsanChung is currently offline TsanChungFriend
Messages: 22
Registered: July 2009
Junior Member
$ sh build -os aix -ws motif -arch ppc64
The os-ws-arch combination of aix-motif-ppc64 is not valid.
Previous Topic:IWorkbenchSiteProgressService and dialog
Next Topic:IMarker - problem view and editor
Goto Forum:
  


Current Time: Sat Jul 27 16:43:58 GMT 2024

Powered by FUDForum. Page generated in 0.04388 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top