readme
来自「编写程序」· 代码 · 共 34 行
TXT
34 行
JavaWebStart JRE 1.4.2 auto-download installerTo build for a specific platform, go to:jreinstaller/build/<platform>/jreinstallersand do a:gnumake -e SDK_12=<path to sdk directory> -e JNLP_JAR=<path to jnlp.jar/javaws.jar> -e J2RE_BIN=<path to the 1.4.2 jre installer executable> -e J2RE_LICENSE=<path to the jre installer license> -e SIGNING=<true if you want to sign the jars> -e CACERTS=<path to cert to sign jar>The resulting jar files will be generated in:jreinstaller/build/<platform>/jreinstallers/bin/The jnlp file for the installer can be found at:jreinstaller/build/<platform>/jreinstallers/resources/Hosting the installer:You will need to host the installer using the JNLPDownloadServlet and theVersionDownload Protocol. Please refer to the JNLPDownloadServlet guide fordetails.The "javaVersion" property in the jnlp file will be the version of the JRE.It must match the <version-id> tag (specified in the version.xml file) for the jnlp file of the JREInstaller.There is a sample version.xml in jreinstaller/build/<platform>/jreinstallers/resources/.On Windows platform, the installer will install the JRE into the default location, "c:\program files\java\j2re1.4.2"On Solaris/Linux, the installer will install the JRE into the user's javawebstart cache.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?