Re: JNI for linux

2001-04-10 Thread Weiqi Gao
On 09 Apr 2001 23:03:11 -0500, Weiqi Gao wrote: > > Try > javac -Djava.library.path=. JavaCallC Of course, it should have been "java -Djava.library.path=. JavaCallC". -- Weiqi Gao [EMAIL PROTECTED] -- To UNSUBSCRIBE, email

Fw: JNI for linux

2001-04-10 Thread Chao Liu
- Original Message - From: Chao Liu <[EMAIL PROTECTED]> To: Weiqi Gao <[EMAIL PROTECTED]> Sent: Tuesday, April 10, 2001 4:50 PM Subject: Re: JNI for linux > Oh,my god. > it is ok,ok. > I use java -Djava.library.path=. > thanks > - Orig

Re: JNI for linux

2001-04-09 Thread Weiqi Gao
> Chao Liu wrote: > > A problem was happened when I use JNI in linux to call my c programme. > I used jdk1.3 and the following is my little test programm: > > [...] > System.loadLibrary("javac"); > [...] > > Exception in thread "main" java.lang.UnsatisfiedLinkError: no javac in > java.library.p

JNI for linux

2001-04-09 Thread Chao Liu
Hello,A problem was happened when I use JNI in linux to call my c programme. I used jdk1.3 and the following is my little test programm:--JavaCallC.java---import java.lang.*;public class  JavaCallC{  public JavaCallC() {  System.loadLibrary("javac"); } public nat

RE: jni for linux

1999-06-29 Thread Marcel Ruff
Hi, To use JNI you only need the blackdown JDK. I have attached some files how i always test the JNI on Linux: C++ calling JDK 2 Awt. the almost same example works with JDK 1.1.7 as well. regards Marcel HelloWorldAwt-1.2.tar.gz

jni for linux

1999-06-26 Thread Subash Bohra M
Hi & a congradulations for your wonderful outcome. Is there jni support available on linux. If yes please inform from where could I avail the same. Thanks, Regards, subash. mailing address: [EMAIL PROTECTED] -- To UNSUBSCRIBE,