搜索资源列表
bsh
- BeanShell是一个小型的,免费的,可嵌入式的,具有面向对象脚本语言特性的Java代码解释器。它是用Java语言写的。它能执行标准的Java语句和表达式,还自带简单的脚本命令和语法。它把编程对象当成一个简单的方法,这很像Perl和Javascr ipt. 你可以在写Java测试或调试时使用BeanShell,也可以用它作为你的应用程序的脚本引挚。简而言之,BeanShell可以动态的解释JAVA语言。也就是说BeanShell在许多方面对于Java的用处就像Tcl/Tk对于C的用处一样:
CCallJava
- VC调用java的简单例子。需要注意jvm.dll路径,路径不对就不能成功!-VC called a simple example. Attention jvm.dll path, the road would not be wrong!
Cylindersource
- Java双缓冲绘图技术 程序名称:Cylinder 运行环境:Win XP;JVM -Java double buffering graphics technical procedures Name : cylinder operating environment : Win XP; JVM
HP_Java_Memory-Management
- HP JAVA体系结构,不仅仅是JAVA的,其实还包含了HP UX的体系结构。适用于 1.JVM参数调优 2.HP-UX核心参数设置-HP JAVA architecture, not just JAVA, but in fact it also contains HP UX architecture. 1.JVM parameters for tuning 2.HP-UX kernel parameter settings
JVM
- java的虚拟机,好好用的。用机会用的朋友,这是你的你好友-java virtual machine, properly used. With the opportunity to use a friend, this is your friend for you
ClassLoader
- 实现类加载器的热替换的简单实验,有助于了解JVM。 HelloMain中定义了热替换的路径,需要注意。 主要实现方法为对findclass和loadclass的重写。-The simple experimental realization of class loader of run-time-replacement. You need to pay attention to that HelloMain.java defines the path of replacement to