[3867] in java-interest

home help back first fref pref prev next nref lref last post

javah

daemon@ATHENA.MIT.EDU (tanaka.keishiro)
Thu Nov 30 05:11:22 1995

Date: Thu, 30 Nov 95 17:36:17 JST
From: "tanaka.keishiro" <lp.nm.fujitsu.co.jp!ksr@fujitsuI.fujitsu.com>
To: java-interest@java.Eng.Sun.COM

I used javah to get native method declaration.
But I think that there is something wrong with output of javah.

javah java.lang.System
--
java/lang/System

extern void java_lang_System_arraycopy(struct Hjava_lang_System *this,
struct Hjava_lang_Object *,long,struct Hjava_lang_Object *,long,long);

java_lang_System_arraycopy is static method, so the first parameter
"struct Hjava_lang_System *this" is never used. Is the output of javah
correct?  If I misunderstand, please give some description.

Regards.
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post