readme
来自「java 编译器java复杂编译器,可以编译java文件的类库」· 代码 · 共 43 行
TXT
43 行
Copyright © 2002 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,California 95054, U.S.A. All rights reserved. Sun Microsystems, Inc. hasintellectual property rights relating to technology embodied in the productthat is described in this document. In particular, and without limitation,these intellectual property rights may include one or more of the U.S.patents listed at http://www.sun.com/patents and one or more additionalpatents or pending patent applications in the U.S. and in other countries.U.S. Government Rights - Commercial software. Government users are subjectto the Sun Microsystems, Inc. standard license agreement and applicableprovisions of the FAR and its supplements. Use is subject to license terms.Sun, Sun Microsystems, the Sun logo and Java are trademarks or registeredtrademarks of Sun Microsystems, Inc. in the U.S. and other countries. Thisproduct is covered and controlled by U.S. Export Control laws and may besubject to the export or import laws in other countries. Nuclear, missile,chemical biological weapons or nuclear maritime end uses or end users, whetherdirect or indirect, are strictly prohibited. Export or reexport to countriessubject to U.S. embargo or to entities identified on U.S. export exclusionlists, including, but not limited to, the denied persons and speciallydesignated nationals lists is strictly prohibited.This is the root directory of the JavaCC source distribution. It containsthe javacc, jjtree and jjdoc sources, launcher scripts, example grammarsand documentation. It also contains the bootstrap version of JavaCC neededto build JavaCC.BUILDING JAVAC==============You need ant-1.5.3 or above to build JavaCC. You can get ant from: http://ant.apache.orgOnce you install ant, make sure ant is in your path. Then you can simplycome to this directory (JavaCC source install directory) and type:antit will build the javacc.jar file in the bin/lib directory.Note: On Unix systems, you need to make the shell scripts javacc, jjtree and jjdoc executable (chmod) in the bin directory if you want to run those.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?