Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » EPF » amd64 version of epf-composer?
amd64 version of epf-composer? [message #21294] Sat, 21 October 2006 16:32 Go to next message
Eclipse UserFriend
Originally posted by: victorkane.gmail.com

Hi there.
I have downloaded the epf standard 1.0 version, and on my Ubuntu laptop
it runs right off the shelf (with sun-sdk 1.5 java installed).
Now, on my desktop, which is running amd64 ubuntu, I have been able to
download and successfully run the regular eclipse compiled for amd64.
However, of course the regular linux epf-composer won't run (says it has
trouble finding gtk icons).
Is there a amd64 build for epf-composer? Or are there instructions
somewhere on how to build myself?
Thank you so much,

Victor Kane
Re: amd64 version of epf-composer? [message #21535 is a reply to message #21294] Mon, 23 October 2006 18:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: storaskar.xx.xxx.xxx

Victor

You can always get source code from CVS respository and build EPF yourself
OR run from your existing Eclipse Shell directly. Here are instructions
how to set it up http://www.eclipse.org/epf/composer_dev_guide/

Thanks
Re: amd64 version of epf-composer? [message #567005 is a reply to message #21294] Mon, 23 October 2006 18:21 Go to previous messageGo to next message
Shilpa Toraskar is currently offline Shilpa ToraskarFriend
Messages: 102
Registered: July 2009
Senior Member
Victor

You can always get source code from CVS respository and build EPF yourself
OR run from your existing Eclipse Shell directly. Here are instructions
how to set it up http://www.eclipse.org/epf/composer_dev_guide/

Thanks
Re: amd64 version of epf-composer? [message #1091956 is a reply to message #21294] Thu, 22 August 2013 06:28 Go to previous message
Harvey Alferez is currently offline Harvey AlferezFriend
Messages: 1
Registered: August 2013
Junior Member
Hi! The following steps worked for me:

1. Install the 32-bit version of xulrunner:

ftp://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/1.9.2.9/runtimes/xulrunner-1.9.2.9.en-US.linux-i686.tar.bz2

2. Run: gedit ~/.profile

3. Write:

export MOZILLA_FIVE_HOME=".../xulrunner"

export LD_LIBRARY_PATH="$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH"

(... stands for the path where you have decompressed xulrunner).

4. Install the 32-bit version of EPF composer.

5. Run: ./epf -vm /usr/lib/jvm/jre1.7.0_03_32bit/bin

EPF Composer runs on a 32-bit JVM.

Cheers!
Previous Topic:Basic instructions to setup egit to get source
Next Topic:Problem with character + in a link
Goto Forum:
  


Current Time: Fri Apr 26 06:38:47 GMT 2024

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

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

Back to the top