Popular Books:
"jar --list" - Listing Files in JAR File
This section provides a tutorial example on how to list files stored in a JAR file with the 'jar --list' command. 2022-10-01, ∼2699🔥, 0💬
Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format. 2017-09-29, ∼2623🔥, 5💬
Archived: Downloading and Installing J2SE 1.5.0 on Windows
This section provides tutorial example on how to download and install J2SE (JDK - Java Development Kit) 1.5.0. 2023-11-13, ∼2582🔥, 1💬
JIMAGE - Java Image File Format
This section describes the Java image, JIMAGE, a special file format used to store class and resource files of multiple Java modules to support custom JRE. 2023-03-18, ∼2478🔥, 2💬
Setting UTF-8 Encoding in PrintStream
This section provides a tutorial example on how to set UTF-8 encoding an output PrintStream to correctly print non-ASCII characters. 2022-08-22, ∼2376🔥, 1💬
Java Thread Deadlock Demo Program
This section provides a tutorial example of simple deadlock demo program, SimpleDeadLock.java, with 2 threads waiting for each other. 2016-02-20, ∼2091🔥, 2💬
Installing Latest JDK on Windows
This section provides a tutorial example on how to download and install the latest version JDK, which includes some nice Java tools, on a Windows system. 2016-02-26, ∼1978🔥, 2💬
💬 2015-07-29 Herong: Sophie, I am so glad that my tutorial is helpful to you.
Initializing SSLContext with PKCS12 File
This section provides a tutorial example on how to write a simple program to test the java.net.ssl.SSLContext class with a PKCS12 keystore file. 2022-10-01, ∼1913🔥, 0💬
"javac --module" - Compiling Entire Module
This section provides a tutorial example on how to use 'javac --module' command to compile all Java source code in an entire module. 2022-10-01, ∼1821🔥, 0💬
Using SO_LINGER Socket Option
A tutorial example is provided to show how to use the SO_LINGER socket option to prevent the server closing the socket too soon after writing the response to the socket. 2017-02-16, ∼1807🔥, 2💬
💬 2017-02-15 Gaurav Kumar: Where can i get this file herong.jks?
java.time.Instant - get(INSTANT_SECONDS) Error
This section provides a tutorial example on how to use getLong() to retrieve INSTANT_SECONDS value. Using get() will result an exception. 2016-08-03, ∼1801🔥, 2💬
💬 2016-08-02 G: the valid values range is outside of int, use getLong() instead of get(),
💬 2017-08-10 abdel: genial very good !!!
💬 2017-04-01 Herong: Asdaq, Thanks for sharing your comment.
💬 2017-03-31 Asdaq: For IBM SDK WebSphere Application Server this tool is not available.
💬 2015-12-13 Herong: Tim, I thought that every Linux system comes with JDK preinstalled. Not true?
💬 2015-12-12 tim: @majumder.soumya@gmail.com seems like you need to install jdk
Creating Module JAR File
This section provides a tutorial example on how to use 'jar --create' command to create a module JAR file to store all class files of a Java module. 2023-04-24, ∼1744🔥, 2💬
"jar --extract" - Extracting Files from JAR File
This section provides a tutorial example on how to extract files out of a JAR file with the 'jar --extract' command. 2022-10-01, ∼1585🔥, 0💬
Full Version in PDF/EPUB
Information on how to obtain the full version of this book in PDF, EPUB, or other format. 2016-07-09, ∼1583🔥, 3💬
Popular Posts:
This chapter provides notes and tutorial examples on the free XML editor and XML Schema processor, X...
When is the Chinese New Year Day? How is it celebrated? What are the traditions? Chinese New Year (C...
This chapter provides notes and tutorial examples on GB18030 character set and encoding. Topics incl...
Want to know when is the 2026 Chinese New Year day? Look for free Chinese calendars for 2026? Chines...
This book is a collection of tutorial notes and example codes written by the author while he was lea...