📄 readme
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -