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
- 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
> 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
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
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
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,