CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java

文件名称:jniexamples

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    97kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

This directory and its subdirectories contain the example code for: The Java Native Interface: Programmer s Guide and Specification

Sheng Liang, Addison-Wesley, 1999

-This directory and its subdirectories contain the example code for: The Java Native Interface: Programmer s Guide and Specification

  Sheng Liang, Addison-Wesley, 1999


(系统自动生成,下载前可以参看下载内容)

下载文件列表

chap2/
chap2/HelloWorld/
chap2/HelloWorld/HelloWorld.c
chap2/HelloWorld/HelloWorld.java
chap2/HelloWorld/makefile.solaris
chap2/HelloWorld/makefile.win32
chap2/makefile.solaris
chap2/makefile.win32
chap2/README
chap3/
chap3/IntArray/
chap3/IntArray/IntArray.c
chap3/IntArray/IntArray.java
chap3/IntArray/makefile.solaris
chap3/IntArray/makefile.win32
chap3/IntArray2/
chap3/IntArray2/IntArray.c
chap3/IntArray2/IntArray.java
chap3/IntArray2/makefile.solaris
chap3/IntArray2/makefile.win32
chap3/makefile.solaris
chap3/makefile.win32
chap3/ObjectArrayTest/
chap3/ObjectArrayTest/makefile.solaris
chap3/ObjectArrayTest/makefile.win32
chap3/ObjectArrayTest/ObjectArrayTest.c
chap3/ObjectArrayTest/ObjectArrayTest.java
chap3/Prompt/
chap3/Prompt/makefile.solaris
chap3/Prompt/makefile.win32
chap3/Prompt/Prompt.c
chap3/Prompt/Prompt.java
chap3/Prompt2/
chap3/Prompt2/makefile.solaris
chap3/Prompt2/makefile.win32
chap3/Prompt2/Prompt.c
chap3/Prompt2/Prompt.java
chap3/README
chap4/
chap4/InstanceFieldAccess/
chap4/InstanceFieldAccess/InstanceFieldAccess.c
chap4/InstanceFieldAccess/InstanceFieldAccess.java
chap4/InstanceFieldAccess/makefile.solaris
chap4/InstanceFieldAccess/makefile.win32
chap4/InstanceFieldAccess2/
chap4/InstanceFieldAccess2/InstanceFieldAccess.c
chap4/InstanceFieldAccess2/InstanceFieldAccess.java
chap4/InstanceFieldAccess2/makefile.solaris
chap4/InstanceFieldAccess2/makefile.win32
chap4/InstanceMethodCall/
chap4/InstanceMethodCall/InstanceMethodCall.c
chap4/InstanceMethodCall/InstanceMethodCall.java
chap4/InstanceMethodCall/makefile.solaris
chap4/InstanceMethodCall/makefile.win32
chap4/InstanceMethodCall2/
chap4/InstanceMethodCall2/InstanceMethodCall.c
chap4/InstanceMethodCall2/InstanceMethodCall.java
chap4/InstanceMethodCall2/makefile.solaris
chap4/InstanceMethodCall2/makefile.win32
chap4/makefile.solaris
chap4/makefile.win32
chap4/MyNewString/
chap4/MyNewString/makefile.solaris
chap4/MyNewString/makefile.win32
chap4/MyNewString/MyNewString.c
chap4/MyNewString/MyNewString.java
chap4/MyNewString2/
chap4/MyNewString2/makefile.solaris
chap4/MyNewString2/makefile.win32
chap4/MyNewString2/MyNewString.c
chap4/MyNewString2/MyNewString.java
chap4/README
chap4/StaticFieldAccess/
chap4/StaticFieldAccess/makefile.solaris
chap4/StaticFieldAccess/makefile.win32
chap4/StaticFieldAccess/StaticFieldAccess.c
chap4/StaticFieldAccess/StaticFieldAccess.java
chap4/StaticMethodCall/
chap4/StaticMethodCall/makefile.solaris
chap4/StaticMethodCall/makefile.win32
chap4/StaticMethodCall/StaticMethodCall.c
chap4/StaticMethodCall/StaticMethodCall.java
chap5/
chap5/makefile.solaris
chap5/makefile.win32
chap5/MyNewString/
chap5/MyNewString/makefile.solaris
chap5/MyNewString/makefile.win32
chap5/MyNewString/MyNewString.c
chap5/MyNewString/MyNewString.java
chap5/README
chap6/
chap6/CatchThrow/
chap6/CatchThrow/CatchThrow.c
chap6/CatchThrow/CatchThrow.java
chap6/CatchThrow/makefile.solaris
chap6/CatchThrow/makefile.win32
chap6/InstanceMethodCall/
chap6/InstanceMethodCall/InstanceMethodCall.c
chap6/InstanceMethodCall/InstanceMethodCall.java
chap6/InstanceMethodCall/makefile.solaris
chap6/InstanceMethodCall/makefile.win32
chap6/makefile.solaris
chap6/makefile.win32
chap6/README
chap6/ThrowByName/
chap6/ThrowByName/makefile.solaris
chap6/ThrowByName/makefile.win32
chap6/ThrowByName/ThrowByName.c
chap6/ThrowByName/ThrowByName.java
chap7/
chap7/attach/
chap7/attach/attach.c
chap7/attach/makefile.win32
chap7/attach/Prog.java
chap7/invoke/
chap7/invoke/invoke.c
chap7/invoke/makefile.solaris
chap7/invoke/makefile.win32
chap7/invoke/Prog.java
chap7/makefile.solaris
chap7/makefile.win32
chap7/README
chap8/
chap8/makefile.solaris
chap8/makefile.win32
chap8/NativeString/
chap8/NativeString/makefile.solaris
chap8/NativeString/makefile.win32
chap8/NativeString/NativeString.c
chap8/NativeString/NativeString.java
chap8/NativeString/ThrowByName.c
chap8/README
chap9/
chap9/makefile.solaris
chap9/makefile.win32
chap9/OneToOne/
chap9/OneToOne/makefile.win32
chap9/OneToOne/OneToOne.cpp
chap9/OneToOne/OneToOne.java
chap9/OneToOne/README
chap9/README
chap9/SharedStubs/
chap9/SharedStubs/CFunction.java
chap9/SharedStubs/CMalloc.java
chap9/SharedStubs/CPointer.java
chap9/SharedStubs/dispatch.cpp
chap9/SharedStubs/dispatch_sparc.s
chap9/SharedStubs/dispatch_x86.c
chap9/SharedStubs/docs/
chap9/SharedStubs/docs/allclasses-frame.html
chap9/SharedStubs/docs/CFunction.html
chap9/SharedStubs/docs/CMalloc.html
chap9/SharedStubs/docs/CPointer.html
chap9/SharedStubs/docs/deprecated-list.html
chap9/SharedStubs/docs/help-doc.html
chap9/SharedStubs/docs/index-all.html
chap9/SharedStubs/docs/index.html
chap9/SharedStubs/docs/Main.html
chap9/SharedStubs/docs/overview-summary.html
chap9/SharedStubs/docs/overview-tree.html
chap9/SharedStubs/docs/package-frame.html
chap9/SharedStubs/docs/package-list
chap9/SharedStubs/docs/package-summary.html
chap9/SharedStubs/docs/package-tree.html
chap9/SharedStubs/docs/packages.html
chap9/SharedStubs/docs/serialized-form.html
chap9/SharedStubs/docs/stylesheet.css
chap9/SharedStubs/Main.java
chap9/SharedStubs/makefile.solaris
chap9/SharedStubs/makefile.win32
chap9

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com