readme

来自「编写程序」· 代码 · 共 14 行

TXT
14
字号
To build jnlp-servlet.jar and jardiff.jar, run gnumake in the current directory (servlet)The following environment variable must be set:# environment variable CLASS_PATH should contain path to javaws.jar and servlet.jar# environment variable FILE_SEPARATOR variable for file separator (; on win32 and : on unix)# environment variable TMPDIR should point to tmp directory # environment variable SDK_HOME should point to SDK directoryIf you are running on windows platform, it also assume you have MKS Toolkit installed and it is in your path environment variable.  (We need commands like cp, echo, mkdir, rm)  The generated classes will go to the classes directory, and the resulting jar files will be in the lib directory by default.  You can adjust the output directory to anything you want by changing the GNUmakefile.

⌨️ 快捷键说明

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