Hi, i have a few questions, your help is appreciated..thanks

1) Is it possible to call C++ functions from Java?
if yes, can u give me an example? I can't find any doc on this.

2) If i have a fucntion in C dll which needs to deal with with unsigned char*, what shall i put in java to replace this? use String in java?

3) If i make call to other Win32 API functions as well in my C dll function which is used by java, do i need to do any other extra work?