Re: Tomcat won't start on reboot

2003-07-23 Thread Edward Murray
I'm pretty certain that this is a bug in the woody tomcat4 package. I have set up woody on 3 different machines all have this same rebooting problem. The only way I could resolve the problem was to alter the passwd file to make the tomcat4 user login using bash. Can anybody else confirm this

Re: Tomcat won't start on reboot

2003-07-23 Thread Edward Murray
I'm pretty certain that this is a bug in the woody tomcat4 package. I have set up woody on 3 different machines all have this same rebooting problem. The only way I could resolve the problem was to alter the passwd file to make the tomcat4 user login using bash. Can anybody else confirm this

Re: Library problem with gnome|gtk-java?

2003-07-23 Thread Arnaud Vandyck
Dalibor Topic <[EMAIL PROTECTED]> wrote: > > --- Juergen Kreileder <[EMAIL PROTECTED]> wrote: > > Arnaud Vandyck <[EMAIL PROTECTED]> writes: > > > > > What about a port of 1.4.x for powerpc? > > > > There are some people working on porting HotSpot to PPC. Do you > > want to help? > > Unfor

Re: Library problem with gnome|gtk-java?

2003-07-23 Thread Arnaud Vandyck
Dalibor Topic <[EMAIL PROTECTED]> wrote: > > --- Juergen Kreileder <[EMAIL PROTECTED]> wrote: > > Arnaud Vandyck <[EMAIL PROTECTED]> writes: > > > > > What about a port of 1.4.x for powerpc? > > > > There are some people working on porting HotSpot to PPC. Do you > > want to help? > > Unfor

Re: Library problem with gnome|gtk-java?

2003-07-23 Thread Dalibor Topic
--- Juergen Kreileder <[EMAIL PROTECTED]> wrote: > Arnaud Vandyck <[EMAIL PROTECTED]> writes: > > > What about a port of 1.4.x for powerpc? > > There are some people working on porting HotSpot to PPC. Do you want > to help? Unfortunately, working with Sun's code means you can't contribute to c

Re: Library problem with gnome|gtk-java?

2003-07-23 Thread Ben Burton
> I'll re-do some tests but I'm sure it did not work neither with gij nor > kaffe! Are you using gij-wrapper (and not just gij)? Ben.

Re: Library problem with gnome|gtk-java?

2003-07-23 Thread Juergen Kreileder
Arnaud Vandyck <[EMAIL PROTECTED]> writes: > What about a port of 1.4.x for powerpc? There are some people working on porting HotSpot to PPC. Do you want to help? Juergen -- Juergen Kreileder, Blackdown Java-Linux Team http://www.blackdown.org/java-linux/java2-status/ pgpUmiMXl7puL

Re: Library problem with gnome|gtk-java?

2003-07-23 Thread Arnaud Vandyck
Juergen Kreileder <[EMAIL PROTECTED]> wrote: > Ben Burton <[EMAIL PROTECTED]> writes: > > >> The question is: > >> Is /usr/lib/jni in the library path? > >> > >> If no, shouldn't it be? > > > > Yes, it should be - this is in Java policy. It's in the library > > path for gij and a couple of ot

Re: Library problem with gnome|gtk-java?

2003-07-23 Thread Juergen Kreileder
Ben Burton <[EMAIL PROTECTED]> writes: >> The question is: >> Is /usr/lib/jni in the library path? >> >> If no, shouldn't it be? > > Yes, it should be - this is in Java policy. It's in the library > path for gij and a couple of other JVMs but not the Blackdown JVM. > Please report this to the

Re: Library problem with gnome|gtk-java?

2003-07-23 Thread Ben Burton
> The question is: > Is /usr/lib/jni in the library path? > > If no, shouldn't it be? Yes, it should be - this is in Java policy. It's in the library path for gij and a couple of other JVMs but not the Blackdown JVM. Please report this to the Blackdown maintainer as a bug. Ben.

Library problem with gnome|gtk-java?

2003-07-23 Thread Arnaud Vandyck
Hi all, Hi Mark, I did try libgtk0-java and libgnome0-java on my G3. I did copy/paste the first example[1] on the site. No problem to compile but no success to run!.. I did try with kaffe, gij, and java (Blackdown 1.3)... Here is the error with Blackdown's runtime: [EMAIL PROTECTED]:~/docs/j

Re: Library problem with gnome|gtk-java?

2003-07-23 Thread Dalibor Topic
--- Juergen Kreileder <[EMAIL PROTECTED]> wrote: > Arnaud Vandyck <[EMAIL PROTECTED]> writes: > > > What about a port of 1.4.x for powerpc? > > There are some people working on porting HotSpot to PPC. Do you want > to help? Unfortunately, working with Sun's code means you can't contribute to c

Re: Library problem with gnome|gtk-java?

2003-07-23 Thread Ben Burton
> I'll re-do some tests but I'm sure it did not work neither with gij nor > kaffe! Are you using gij-wrapper (and not just gij)? Ben. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Library problem with gnome|gtk-java?

2003-07-23 Thread Juergen Kreileder
Arnaud Vandyck <[EMAIL PROTECTED]> writes: > What about a port of 1.4.x for powerpc? There are some people working on porting HotSpot to PPC. Do you want to help? Juergen -- Juergen Kreileder, Blackdown Java-Linux Team http://www.blackdown.org/java-linux/java2-status/ pgp0.pgp

Re: Library problem with gnome|gtk-java?

2003-07-23 Thread Arnaud Vandyck
Juergen Kreileder <[EMAIL PROTECTED]> wrote: > Ben Burton <[EMAIL PROTECTED]> writes: > > >> The question is: > >> Is /usr/lib/jni in the library path? > >> > >> If no, shouldn't it be? > > > > Yes, it should be - this is in Java policy. It's in the library > > path for gij and a couple of ot

Re: Library problem with gnome|gtk-java?

2003-07-23 Thread Juergen Kreileder
Ben Burton <[EMAIL PROTECTED]> writes: >> The question is: >> Is /usr/lib/jni in the library path? >> >> If no, shouldn't it be? > > Yes, it should be - this is in Java policy. It's in the library > path for gij and a couple of other JVMs but not the Blackdown JVM. > Please report this to the

Re: Library problem with gnome|gtk-java?

2003-07-23 Thread Ben Burton
> The question is: > Is /usr/lib/jni in the library path? > > If no, shouldn't it be? Yes, it should be - this is in Java policy. It's in the library path for gij and a couple of other JVMs but not the Blackdown JVM. Please report this to the Blackdown maintainer as a bug. Ben. -- To UNSU

Library problem with gnome|gtk-java?

2003-07-23 Thread Arnaud Vandyck
Hi all, Hi Mark, I did try libgtk0-java and libgnome0-java on my G3. I did copy/paste the first example[1] on the site. No problem to compile but no success to run!.. I did try with kaffe, gij, and java (Blackdown 1.3)... Here is the error with Blackdown's runtime: [EMAIL PROTECTED]:~/docs/j