Re: eclipse 3 on ppc linux
"Grzegorz B. Prokopski" <[email protected]>
| Newsgroups | gmane.comp.java.vm.sablevm.general |
|---|---|
| Organization | SableVM - LGPL'ed Free Java VM http://sablevm.org |
| Message-ID | <[email protected]> |
On Fri, 2005-28-01 at 11:58 +0100, Arnaud Lewandowski wrote: > i'm a french phd student in CSCW. > I have just switched my powerbook on a debian sarge. > > However, all my attempts to make Eclipse 3 running failed... > I've seen your - how beautiful... - screenshot of Eclipse 3 running on > ppc linux via sablevm > > The main problem is that i do not manage to compile Eclipse on my pbook! > (tried with several IBM sdk, but they still have problems and > compilation failed.) > > could you help me please? > where can i find a working Eclipse 3 build for ppc linux? > what about your own build ? > how do you build it ? would you mind to give it to me ? Hi Arnaud, Firstly, why not just 'apt-get install sablevm' ? The 1.1.9-1 Debian packages are available in Sarge and should run Eclipse just fine. Please take a look at http://sablevm.org/wiki/Eclipse and use the script shown there to start Eclipse. It is also recommended that you install xerces and xalan libraries, because Eclipse works more reliable with them. The script is so written, it will pick them up if you have them installed on Debian system. Just: 'apt-get install libxalan2-java libxerces2-java' Let us know how it went, Grzegorz B. Prokopski PS: Please send such questions to the mailing list. There is nothing private in your questions. PPS: If you want to compile sablevm from sources the fastest way to get all the build dependencies for it is to run as root: 'apt-get build-dep sablevm sablevm-classlib' This will install all packages you need to build your own version of SableVM - be it Debian package or from upstream sources. -- Grzegorz B. Prokopski <[email protected]> SableVM - Free, LGPL'ed Java VM http://sablevm.org Why SableVM ?!? http://sablevm.org/wiki/Features Debian GNU/Linux - the Free OS http://www.debian.org