Can i access from c# to java via JNI ?

  • Thread starter Thread starter Guest
  • Start date Start date
yaron wrote:

.... nothing. He just used the subject line.

Well, the answer is no. JNI is C/C++ only.

Cheers,
 
Hi Joerg,

Is there is any freeware (or open source) software for this task ?
What are the options that i have for doing this task ?

Thanks.
 
yaron said:
Hi Joerg,

Is there is any freeware (or open source) software for this task ?
What are the options that i have for doing this task ?

All JNI development tools are contained in the J2SE SDK -- except a
C/C++ compiler, which you can obtain for free as well (Microsoft, GCC,
Borland, ...).

Cheers,
 
Back
Top