Categories:
Audio (13)
Biotech (29)
Bytecode (35)
Database (77)
Framework (7)
Game (7)
General (512)
Graphics (53)
I/O (32)
IDE (2)
JAR Tools (86)
JavaBeans (16)
JDBC (89)
JDK (337)
JSP (20)
Logging (103)
Mail (54)
Messaging (8)
Network (71)
PDF (94)
Report (7)
Scripting (83)
Security (32)
Server (119)
Servlet (17)
SOAP (24)
Testing (50)
Web (19)
XML (301)
Other Resources:
com.sun.deploy.panel.JreLocator - Locates Installed JRE
How to run "com.sun.deploy.panel.JreLocator" program from JRE deploy.jar file?
✍: FYIcenter
"com.sun.deploy.panel.JreLocator" program allows you to locate
JRE instances installed on your computer system.
"com.sun.deploy.panel.JreLocator" program is stored in the lib\deploy.jar JAR file JRE 1, 2, 3, 4, 5, 6, 7, and 8.
You can run the "com.sun.deploy.panel.JreLocator" program using the lib\deploy.jar JAR file as described below using JDK 8 as an example:
C:\fyicenter>set JRE_HOME=\fyicenter\jre-1.8.0 C:\fyicenter>%JRE_HOME%\bin\java -cp %JRE_HOME%\lib\deploy.jar com.sun.deploy.panel.JreLocator platformVersion=1.8 productVersion=1.8.0
Â
⇒ com.sun.deploy.net.cookie.GenericCookieHandler - Cookies in Java Update
⇠com.sun.deploy.jardiff.JarDiff - Compare JAR Files
2019-10-26, 1066👍, 0💬
Popular Posts:
JDK 11 jdk.jlink.jmod is the JMOD file for JDK 11 JLink tool, which can be invoked by the "jlink" co...
What Is log4j-1.2.15.jar? I got the JAR file from apache-log4j-1.2.15.zip. log4j-1.2.15.jar is the v...
How to download and install JDK (Java Development Kit) 1.4? If you want to write Java applications, ...
jlGui is a music player for the Java platform. It is based on Java Sound 1.0 (i.e. JDK 1.3+). It sup...
Apache Ant is a Java-based build tool. In theory, it is kind of like make, without make's wrinkles. ...