Re: j2sdk build-depends cannot be satisfied?

2002-11-16 Thread Kenneth Pronovici
[I think this is still topical to both debian-mentors and debian-java. Someone tell me if they want it moved to one or the other...] > gcj is supposed to come with a working jni implementation and comes with > gij (GNU Interpreter for Java) for interpreting bytecode. What exactly > doesn't work wi

Re: j2sdk build-depends cannot be satisfied?

2002-11-16 Thread Sven Luther
On Sat, Nov 16, 2002 at 03:12:52AM -0600, Kenneth Pronovici wrote: > [I think this is still topical to both debian-mentors and debian-java. > Someone tell me if they want it moved to one or the other...] > > > gcj is supposed to come with a working jni implementation and comes with > > gij (GNU In

Re: j2sdk build-depends cannot be satisfied?

2002-11-16 Thread Mark Wielaard
Hi, On Sat, 2002-11-16 at 10:12, Kenneth Pronovici wrote: > [I think this is still topical to both debian-mentors and debian-java. > Someone tell me if they want it moved to one or the other...] > > > gcj is supposed to come with a working jni implementation and comes with > > gij (GNU Interprete

Re: j2sdk build-depends cannot be satisfied?

2002-11-16 Thread Tom Tromey
> "Kenneth" == Kenneth Pronovici <[EMAIL PROTECTED]> writes: Kenneth> The gij java runtime would not work for my test case (just Kenneth> some simple server/client pairs that come with the nbio Kenneth> distribution) Bummer. Kenneth> The error I got from gij (below my signature) it a little

Re: j2sdk build-depends cannot be satisfied?

2002-11-16 Thread Kenneth Pronovici
On Sat, Nov 16, 2002 at 01:10:35PM -0700, Tom Tromey wrote: > Kenneth> The error I got from gij (below my signature) it a little out > Kenneth> of my league. > > You're getting an UnsatisfiedLinkError. That probably means that some > native code wasn't loaded by the application. Without knowing

Re: j2sdk build-depends cannot be satisfied?

2002-11-16 Thread Kenneth Pronovici
[I think this is still topical to both debian-mentors and debian-java. Someone tell me if they want it moved to one or the other...] > gcj is supposed to come with a working jni implementation and comes with > gij (GNU Interpreter for Java) for interpreting bytecode. What exactly > doesn't work wi

Re: j2sdk build-depends cannot be satisfied?

2002-11-16 Thread Sven Luther
On Sat, Nov 16, 2002 at 03:12:52AM -0600, Kenneth Pronovici wrote: > [I think this is still topical to both debian-mentors and debian-java. > Someone tell me if they want it moved to one or the other...] > > > gcj is supposed to come with a working jni implementation and comes with > > gij (GNU In

Re: j2sdk build-depends cannot be satisfied?

2002-11-16 Thread Mark Wielaard
Hi, On Sat, 2002-11-16 at 10:12, Kenneth Pronovici wrote: > [I think this is still topical to both debian-mentors and debian-java. > Someone tell me if they want it moved to one or the other...] > > > gcj is supposed to come with a working jni implementation and comes with > > gij (GNU Interprete

Re: j2sdk build-depends cannot be satisfied?

2002-11-16 Thread Tom Tromey
> "Kenneth" == Kenneth Pronovici <[EMAIL PROTECTED]> writes: Kenneth> The gij java runtime would not work for my test case (just Kenneth> some simple server/client pairs that come with the nbio Kenneth> distribution) Bummer. Kenneth> The error I got from gij (below my signature) it a little

Re: j2sdk build-depends cannot be satisfied?

2002-11-16 Thread Kenneth Pronovici
On Sat, Nov 16, 2002 at 01:10:35PM -0700, Tom Tromey wrote: > Kenneth> The error I got from gij (below my signature) it a little out > Kenneth> of my league. > > You're getting an UnsatisfiedLinkError. That probably means that some > native code wasn't loaded by the application. Without knowing