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

2000-10-31 Thread noisebrain
I still disagree. The fact that source is available and can be changed allowed the blackdown group to port java to linux, without which we wouldn't be on this list in the first place. The linux java port is very significant to me and many others. Yes, it's not the same as GNU, and not as desirab

Re: problem with jni lib

2000-10-31 Thread Joi Ellis
On Tue, 31 Oct 2000, kason wong wrote: > Hi, > > I guess I know what's the really problem is. > > I think I should make my problem more clear. I used to use libutil.a libpthread.a >libcops.a to make ReqMsg.cxx executable. now I want to use COPS.cxx and > .h files (JNI layers) to link a java

Re: problem with jni lib

2000-10-31 Thread Joi Ellis
On Tue, 31 Oct 2000, kason wong wrote: > Hi, > > I get another problem when i ran the java program with jni calling c++ program. > Is it the bug of green thread? See Liang's JNI book, page 141. It discusses the evils of mixing thread models. Liang doesn't mention Linux specifically here, but

Re: problem with jni lib

2000-10-31 Thread kason wong
Hi, I guess I know what's the really problem is. I think I should make my problem more clear. I used to use libutil.a libpthread.a libcops.a to make ReqMsg.cxx executable. now I want to use COPS.cxx and .h files (JNI layers) to link a java program to call ReqMsg. so I modified a little of yo

Re: problem with jni lib

2000-10-31 Thread kason wong
Hi, I get another problem when i ran the java program with jni calling c++ program. Is it the bug of green thread? method unknown (eip = 400dc51b) SIGSEGV 11* segmentation violation si_signo [11]: SIGSEGV 11* segmentation violation si_errno [0]: Success si_code [0]: SI_USER [pi

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

2000-10-31 Thread Chris Kelly
At 09:27 AM 10/31/00 -0800, Calvin Austin wrote: >Minor corrections, you can legally > >a) share source with other SCSL licensees for free, for example if >you wanted to work in a porting team or use it for your research project. > >b) you can ship a binary if it passes the TCK test, there are >n

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

2000-10-31 Thread Calvin Austin
Minor corrections, you can legally a) share source with other SCSL licensees for free, for example if you wanted to work in a porting team or use it for your research project. b) you can ship a binary if it passes the TCK test, there are no royalties but the test itself is not free. regards c