在sun网站上面有http://java.sun.com/docs/books/tutorial/native1.1/
它是用C语言的接口说明的

解决方案 »

  1.   

    VC不就是C语言吗!!!!!所以上面写的所有C语言源程序当然能够马上在VC上面运行!
      

  2.   

    去IBM的网站开发者原地有教程
      

  3.   

    你要哪些资料呀?了解jni的规范标准,至于c\c++那部分可以自己写呀去看看:
    http://expert.csdn.net/Expert/topic/1876/1876204.xml?temp=.3620264
      

  4.   

    //在Windows下,loadLibrary("s")会加载s.dll,而在Solaris下,加载s.so
        System.loadLibrary("libraryName");
      

  5.   

    http://www-900.ibm.com/developerworks/cn/java/jnimthds/index.shtml
    后面调试部分有怎么建立Visual C++ 的dll的详细说明