Re: Library problem with gnome|gtk-java?

2003-07-24 Thread Arnaud Vandyck
Ben Burton <[EMAIL PROTECTED]> wrote: > > > [EMAIL PROTECTED]:~/docs/java/gnome$ LD_LIBRARY_PATH=/usr/lib/jni gij-3.3 > > First > > is OK :) > > Hmm, what happens if you use LTDL_LIBRARY_PATH instead of > LD_LIBRARY_PATH? This is essentially what the gij-wrapper script is > doing. > > If LD_LI

Re: Library problem with gnome|gtk-java?

2003-07-24 Thread Ben Burton
> [EMAIL PROTECTED]:~/docs/java/gnome$ LD_LIBRARY_PATH=/usr/lib/jni gij-3.3 > First > is OK :) Hmm, what happens if you use LTDL_LIBRARY_PATH instead of LD_LIBRARY_PATH? This is essentially what the gij-wrapper script is doing. If LD_LIBRARY_PATH works but LTDL_LIBRARY_PATH does not then the w

Re: Library problem with gnome|gtk-java?

2003-07-24 Thread Arnaud Vandyck
Ben Burton <[EMAIL PROTECTED]> wrote: > > > [EMAIL PROTECTED]:~/docs/java/gnome$ LD_LIBRARY_PATH=/usr/lib/jni gij-3.3 First > > is OK :) > > Hmm, what happens if you use LTDL_LIBRARY_PATH instead of > LD_LIBRARY_PATH? This is essentially what the gij-wrapper script is > doing. > > If LD_LIBRARY

Re: Library problem with gnome|gtk-java?

2003-07-24 Thread Ben Burton
> [EMAIL PROTECTED]:~/docs/java/gnome$ LD_LIBRARY_PATH=/usr/lib/jni gij-3.3 First > is OK :) Hmm, what happens if you use LTDL_LIBRARY_PATH instead of LD_LIBRARY_PATH? This is essentially what the gij-wrapper script is doing. If LD_LIBRARY_PATH works but LTDL_LIBRARY_PATH does not then the wrap

Re: Library problem with gnome|gtk-java?

2003-07-24 Thread Arnaud Vandyck
Ben Burton <[EMAIL PROTECTED]> wrote: > > > 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)? Maybe I missed something: [EMAIL PROTECTED]:~/docs/java/gnome$ gij- gij-3.3 gij-wrapper-3.3 [EMAIL PROTECTED]:~/docs/

Re: Library problem with gnome|gtk-java?

2003-07-24 Thread Arnaud Vandyck
Ben Burton <[EMAIL PROTECTED]> wrote: > > > 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)? Maybe I missed something: [EMAIL PROTECTED]:~/docs/java/gnome$ gij- gij-3.3 gij-wrapper-3.3 [EMAIL PROTECTED]:~/docs/

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