搜索资源列表
InvokeJVM.zip
- 使用Java虚拟机的例子
InvokeJVM_demo.zip
- 使用Java虚拟机
j2me_cldc
- 用在嵌入式设备上的JAVA虚拟机源码.并且已经修改过.-equipment used in the embedded Java virtual machine source. And have been revised.
Package_Verify
- java虚拟机的校验和打包程序,用java实现的。此程序为开发java虚拟机使用。-the packing and checking procedures, with the realization of java. This program for the development of the Java Virtual Machine.
aegisvm-0.2.0.tar
- 一个开源的JAVA虚拟机,还不错。大家看看吧~-an open-source Java Virtual Machine, quite good. We look at it ~
jamvm-1.4.2.tar
- JamVM是一种很优秀的嵌入式Java虚拟机, 移植到嵌入式平台很方便,可以使嵌入式平台运行Java程序。-JamVM is a very good embedded Java virtual machine, transplanted to embedded platform very convenient, it enables embedded platforms running a Java program.
javaxuniji86
- windows的一个补丁。有的winxp不能运行matlab,需要这个java虚拟机。-windows of a patch. Some winxp not run Matlab, we need this java virtual machine.
基于 ARM-7 上可执行的迷你 JAVA_VM
- 基于 ARM-7 上可执行的迷你 JAVA 虚拟机,可跑小型的 JAVA 游戏程序,内附详细的源代码.
0824Java.rar
- MTK 6225 java虚拟机 移植包,请自行移植。,MTK 6225 java virtual machine, portable package, at your own transplants.
dalvikvm-0.8
- Google的Android的java虚拟机的Delvik的虚拟机的源码-Google' s Android in the java virtual machine virtual machine source Delvik
InvokeJVM_demo
- 使用Java虚拟机-The example of using Java Virtul Machine
spotlib_source
- Sun SPOT Java虚拟机代码,用于驱动硬件的JVM-Sun SPOT Java virtual machine code, used to drive the hardware JVM
Java_vm
- Java 虚拟机 向 linux ,os20 等 操作系统移植的资料。-Java virtual machine to linux, os20 information such as operating system migration.
jakarta-jsp-api-5-bin-20041129
- windows下的JAVA虚拟机,1.5.0版本,请多多支持-windows under the JAVA Virtual Machine, version 1.5.0, please a lot of support
sanos-src-latest
- 一个小型操作系统的源代码,其目的仅 仅是为了在x86电脑上在没有windows 操作系统的情况下能使用java虚拟机。 研究操作系统的好东西。-A small operating system source code, which is made solely to the x86 computer in the absence of windows operating system can use the case of java virtual machine. Research
temp
- 本人根据自己的实际情况,并结合编译原理大作业的要求,拟以构建这样的一个编译器——jecc(java extended-c0 compiler):Java虚拟机上的扩充C0编译器 内附详细设计文档、申优答辩PPT等很详细的资料-I according to their actual situation, combined with the principle of large operations compiler requirements, intended to build such a
JPCSource
- java DOS虚拟机 牛津大学实验物理系项目-java DOS Virtual Machine
web
- web3D在网页里面浏览三维的一个列子,使用到JAVA虚拟机-web3d
Android
- Android platform是一个用于开发移动程序的软件包,它包括了操作系统、中间件及一些关键应用。开发者能使用android SDK为Android platform开发应用,这些应用使用JAVA语言书写,运行在虚拟机Dalvik(一个专为手机程序开发的基于linux内核的JAVA虚拟机)。-Android platform is a mobile program for the development package, which includes the operating syste
cPP--java
- 实现c++与java的交互,,使用的技术是称为JNI( Java Native Interface ),C++编写的程序,只要实现JNI生成的接口,则可以让Java程序调用,而Java编写的程序,C++调用,则需要运行Java虚拟机,通过JNI查询调用Java实现的方法。