|
From: | Yuri |
Subject: | Re: [Help-glpk] jni, threadsafe, 4.8 |
Date: | Thu, 21 Apr 2005 00:02:37 -0700 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040805 Netscape/7.2 |
Hi, I was the original author of JNI so I may be able to answer some questions: Kratzke, Tom wrote: I do not know -- this is the question to maintainer(s). In JNI all code is thread-safe by definition, so there should be no worry here. No need for this: JNI should just work out-of-the-box if all interface changes made in glpk were reflected in JNI code. This is again up to people who makes changes. You just compile JNI .dll, place it into special folder inside of jdk, compile .jar and place it into another special folder inside jdk (see README) and it should just run after this. Yuri |
[Prev in Thread] | Current Thread | [Next in Thread] |