which type Can I use instead of LPVOID at java code?

Hi

I have a program in C which have a method that returns LPVOID, which avaluate jni type for LPVOID can I use in java code? I have some another native methods which must have LPVOID arguments as input.

Is there any solution?

please help me. It's very important for me.

Thanks rrin advance.

[323 byte] By [ZeinabZa] at [2007-10-3 8:01:10]
# 1
So is you goal just keeping pointer in java code between calls to jni? If yes then you can keep it anyway you want to, say using int or long.
Michael.Nazarov@sun.coma at 2007-7-15 3:04:31 > top of Java-index,Java HotSpot Virtual Machine,Specifications...