Re: Vote of 'No Confidence' in SUNs 'guidance' for Java.

2000-10-29 Thread noisebrain
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

Re: problem with jni lib

2000-10-29 Thread Joi Ellis
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

Re: problem with jni lib

2000-10-29 Thread kason wong
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

Re: problem with jni lib

2000-10-29 Thread Joi Ellis
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

problem with jni lib

2000-10-29 Thread kason wong
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

Re: Forte

2000-10-29 Thread Nathan Meyers
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 > > -