Fwd: Jboss/Java1.5 on HPPA in linux

2007-02-22 Thread Andrew John Hughes
On 21 Feb 2007, at 20:44, Paul Jenner wrote: Hi all. I have been trying JBoss 4.0 under Classpath CVS HEAD again and it is still failing to start so I went back to look at Edwin's patches below. Hi Paul, Thanks for trying this; much appreciated. I didn't apply Edwin's patches on mas

Re: Jboss/Java1.5 on HPPA in linux

2007-02-21 Thread Paul Jenner
Hi all. I have been trying JBoss 4.0 under Classpath CVS HEAD again and it is still failing to start so I went back to look at Edwin's patches below. On Sat, 2006-10-14 at 13:05 +0200, Edwin Steiner wrote: > I attach three patches which (on top of each other) make JBoss start > without exceptions

Re: Jboss/Java1.5 on HPPA in linux

2006-12-07 Thread Andrew John Hughes
On 14 Oct 2006, at 12:05, Edwin Steiner wrote: On Fri, Oct 13, 2006 at 10:28:04PM +0930, Trevor Glen wrote: Hi All, I've been trying to get Java 1.5 running on a hppa box running ubuntu. So far I haven't had much luck. Currently, I'm seeing the behaviour as described in http://gcc.gnu.org/

Re: Jboss/Java1.5 on HPPA in linux

2006-10-16 Thread Trevor Glen
Rob, Robert Lougher wrote: > As long as your platform has libffi support (which I guess it must > have if it has gcc) a JamVM port consists of simply defining a couple > of macros for compare and swap and memory barriers (see src/arch/ e.g. > powerpc.h). You'll also need a null platform directory

Re: Jboss/Java1.5 on HPPA in linux

2006-10-16 Thread Robert Lougher
Hi, On 10/16/06, Trevor Glen <[EMAIL PROTECTED]> wrote: Tom Tromey wrote: >> "Trevor" == Trevor Glen <[EMAIL PROTECTED]> writes: > > Trevor> Has anyone had any luck with a 1.5 vm and/or classpath on a > Trevor> hppa linux box? > > What VM are you using? gcj. jam and cacao don't support hppa

Re: Jboss/Java1.5 on HPPA in linux

2006-10-16 Thread Christian Thalinger
On Mon, 2006-10-16 at 19:53 +0930, Trevor Glen wrote: > Christian Thalinger wrote: > > If you give me some support, we could try to port our interpreter to > > HPPA. > > I will donate as much time as I can to this. Just let me know where to > start. I'll tweak our build system so you can ./config

Re: Jboss/Java1.5 on HPPA in linux

2006-10-16 Thread Trevor Glen
Christian Thalinger wrote: > If you give me some support, we could try to port our interpreter to > HPPA. I will donate as much time as I can to this. Just let me know where to start. > I'd really would like to have a JIT for HPPA. But most people told me > that it's dead, so... Yeah, I picked

Re: Jboss/Java1.5 on HPPA in linux

2006-10-16 Thread Christian Thalinger
On Mon, 2006-10-16 at 08:49 +0930, Trevor Glen wrote: > gcj. jam and cacao don't support hppa and I didn't much luck at all with > sable and kaffe (ie, it wouldn't even start). If you give me some support, we could try to port our interpreter to HPPA. > > > My impression is that hppa is probably

Re: Jboss/Java1.5 on HPPA in linux

2006-10-15 Thread Trevor Glen
Edwin, Edwin Steiner wrote: > ... lots of good stuff ... Thanks for this: it got me past this problem. It has another problem now (I think it has to do with loading the log4j jars, but I haven't looked at it in detail yet: will hopefully get to it later today). Cheers, Trev -- Trevor Glen Sarug

Re: Jboss/Java1.5 on HPPA in linux

2006-10-15 Thread Trevor Glen
Tom Tromey wrote: >> "Trevor" == Trevor Glen <[EMAIL PROTECTED]> writes: > > Trevor> Has anyone had any luck with a 1.5 vm and/or classpath on a > Trevor> hppa linux box? > > What VM are you using? gcj. jam and cacao don't support hppa and I didn't much luck at all with sable and kaffe (ie,

Re: Jboss/Java1.5 on HPPA in linux

2006-10-14 Thread Tom Tromey
> "Trevor" == Trevor Glen <[EMAIL PROTECTED]> writes: Trevor> Has anyone had any luck with a 1.5 vm and/or classpath on a Trevor> hppa linux box? What VM are you using? My impression is that hppa is probably the least support architecture out there... Beyond that, we've had success running j

Re: Jboss/Java1.5 on HPPA in linux

2006-10-14 Thread Edwin Steiner
On Fri, Oct 13, 2006 at 10:28:04PM +0930, Trevor Glen wrote: > Hi All, > > I've been trying to get Java 1.5 running on a hppa box running ubuntu. > So far I haven't had much luck. > > Currently, I'm seeing the behaviour as described in > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28652 > > Has

Jboss/Java1.5 on HPPA in linux

2006-10-13 Thread Trevor Glen
Hi All, I've been trying to get Java 1.5 running on a hppa box running ubuntu. So far I haven't had much luck. Currently, I'm seeing the behaviour as described in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28652 Has anyone had any luck with a 1.5 vm and/or classpath on a hppa linux box? Thanks