Re: Detecting OS in jkant

2001-12-04 Thread costinm
On Tue, 4 Dec 2001, Mike Anderson wrote: > That might not work for my platform (NetWare) because I actually build the > binaries on a windows box so the os.arch property wouldn't match. On Cool, cross-compilation... I think JniConfig/ApacheConfig tasks are a good way to solve this. They are e

Detecting OS in jkant

2001-12-04 Thread jean-frederic clere
Hi, I am thinking of detecting the OS in jkant via System.getProperty("os.arch") and System.getProperty("os.name"). Basicly I have problems to build jni because jni_md.h cannot be found because it is in a sub-directory of java.home/include PC RMSparc BS200 os.ar