From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,517611567e1815f2 X-Google-Attributes: gid103376,public From: Hyman Rosen Subject: Re: Java momentum slowing ? Date: 1999/05/12 Message-ID: #1/1 X-Deja-AN: 477197490 Sender: hymie@calumny.jyacc.com References: <372b0ec7.28153993@news2.ibm.net> <3728E60E.F789FD8@uq.net.au> <373612A6.3752CC19@Botton.com> <7h5ak3$2t8@drn.newsguy.com> <37365163.1AB89036@Botton.com> <7h5n2d$prl@drn.newsguy.com> <3736D161.48A9E77B@Botton.com> <3737AB6D.FACB718C@Botton.com> <7h8lmu$2p8n@drn.newsguy.com> <3739C39F.E9B46156@Botton.com> <56EF566E81E8663B.12EEA4C03A4F6995.985E539C8D89B2D1@library-proxy.airnews.net> X-Complaints-To: abuse@panix.com X-Trace: news.panix.com 926549592 2829 209.49.126.226 (12 May 1999 22:53:12 GMT) Organization: PANIX Public Access Internet and UNIX, NYC NNTP-Posting-Date: 12 May 1999 22:53:12 GMT Newsgroups: comp.lang.ada Date: 1999-05-12T22:53:12+00:00 List-Id: lrk@pobox.com (Lance Kibblewhite) writes: > David Botton wrote: > >You have to first wrap the call in a C (or Ada for that matter) function > >that can be called through the JNI interface. > > Exactly correct. Thick bindings are needed, and these cannot be > written in Java. Not quite correct. It's true that an interface routine must be written in a native language, but there is a technique available called "shared stubs" which allows a single interface routine to call essentially any native function. You can get source code and description from .