readme

来自「一个开源的JAVA虚拟机」· 代码 · 共 28 行

TXT
28
字号
This example PVM/POL implement the Java Access Control (JAC)type system for the JVM bytecode language.  Details of thetype system can be found in the author's PhD dissertation:  ftp://fas.sfu.ca/pub/cs/theses/2003/PhilipWLFongPhD.pdfThe following are instructions on how to run this example:1/ . ./configure   Modify the content of configure to fit your development   environment.  Run the above command to set up the   environment before doing a make.2/ make   This builds the PVM/POL.3/ make check   This runs the test suite.  The output of the tests is    gathered in the .out files.4/ make clean   This removes all files built by "make".

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?