Pls help me to make a JNI project

Hello all,Please any one tell me How to make a project using JNI. If any one having any small project regarding JNI concept ,pls forward me.and PLs help me how to run the jni project.Thanx julu
[228 byte] By [julu01169a] at [2007-11-26 15:19:58]
# 1
http://www.acm.org/crossroads/xrds4-2/jni.html
miroslav_simkoa at 2007-7-8 11:46:55 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2
Thank you very much miroslav. But let me know whether u have any JNI project with you. If so pls help me out.Thanx and regardsjulu
julu01169a at 2007-7-8 11:46:55 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 3

I write numerical application in java and I use one C++ library. I need just one function from that library, so I made my own JNI interface to that function and everything works fine (not everything, I have problems when allocating more memory in C++ code, see my own forum message in JNI forum...)

What is your problem? If you need working tutorial and the one I linked is not satisfactory, you may try googling for another one. I have Bruce Eckel's Thinking in Java and that was my start...

With regards,

Miro

miroslav_simkoa at 2007-7-8 11:46:55 > top of Java-index,Java HotSpot Virtual Machine,Specifications...