Nice idea but for industry programmers this would only work
if there was an adequate alternative available. And if such
were available, there would not be a need for the petition!
The kaffe/gcj/classpath stuff is way behind sun java, and so is not
an alternative. (Interesting question: is it
On Sun, 29 Oct 2000, kason wong wrote:
> Hi,
>
> Can i load more than one library in jni? I have 4 lib used in my program:
> System.loadLibrary("pthread");
> System.loadLibrary("util");
> System.loadLibrary("cops");
> System.loadLibrary("COPS");
>
> and i 've got this error msg when i run m
Hi,
Can i load more than one library in jni? I have 4 lib used in my program:
System.loadLibrary("pthread");
System.loadLibrary("util");
System.loadLibrary("cops");
System.loadLibrary("COPS");
and i 've got this error msg when i run my program
Exception in thread "main" java.lang.Unsatisfied
On Sun, 29 Oct 2000, kason wong wrote:
> hi,
>
> I'm not sure this is the mail-list i should send my question. please
> let me know if I've got the right place.
>
> my problem is in the compiling a function in c++ to a .so lib file. the
> case is I use a couple static .a lib in that c++ progra
hi,
I'm not sure this is the mail-list i should send my question. please
let me know if I've got the right place.
my problem is in the compiling a function in c++ to a .so lib file. the
case is I use a couple static .a lib in that c++ program and when i
compile it to a .so lib. it doesn't inclu
Nicolas Raitman wrote:
> Where can I download Forte for Linux or any other IDE to develop Java
> applications and applets??
http://www.sun.com/forte/ffj/ce/ will take you to the Forte "community
edition".
Nathan
>
>
> Thanks
>
> -