Categories:
Audio (13)
Biotech (29)
Bytecode (22)
Database (79)
Framework (7)
Game (7)
General (497)
Graphics (53)
I/O (32)
IDE (2)
JAR Tools (70)
JavaBeans (16)
JDBC (86)
JDK (338)
JSP (20)
Logging (90)
Mail (54)
Messaging (8)
Network (106)
PDF (82)
Report (7)
Scripting (75)
Security (67)
Server (112)
Servlet (17)
SOAP (24)
Testing (55)
Web (24)
XML (287)
Other Resources:
Backup JDK 8 Installation Directory
How to backup up JDK 8 installation directory?
✍: FYIcenter
If you want to backup your JDK 8 installation directory,
so that you can restore it later when you need it,
you can follow these steps:
1. Compress the entire JDK 8 installation directory into a ZIP file. Here is how you can do this using the WinRAR command:
C:\fyicenter>WinRAR a -fzip jdk-1.8.0_191.zip .\jdk-1.8.0_191
2. Open C:\fyicenter\jdk-1.8.0_191.zip, you should see JDK 8 files and sub-directories.
2019-07-09, 255👍, 0💬
Popular Posts:
If you are running a Java application and receiving an java.lang.ClassNotFoundE xceptionerror, it is...
Commons DBCP provides Database Connection Pooling. JAR File Size and Download Location: File name: c...
commons-io-1.4.jar is the JAR file for Commons IO 1.4, which is a library of utilities to assist wit...
How to download and install javamail1_1_3.zip? The JavaMail API is a set of abstract APIs that model...
What Is mail.jar of JavaMail 1.4.2? I got the JAR file from javamail-1.4.2.zip. mail.jar in javamail...