<< < 87 88 89 90 91 92 93 94 95 96 97 > >>   Sort: Date

jdk.jlink/jdk.tools.jimage.Main - "jimage" Command
How to run "jimage" command from JDK lib\modules JImage file? "jimage" command allows you to view and extract JImage files, which are generated by the "jlink" command. "jimage" command is supported by the jmods\jdk.jlink.jmod module file, which is also linked into the lib\modules JImage file. You ca...
2020-01-29, 1563🔥, 0💬

jdk.jstatd/sun.tools.jstatd.Jstatd - "jstatd" Command
How to run "jstatd" command from JDK lib\modules JImage file? "jstatd" command allows you to run the JVM Statistics Monitoring Deamon on your computer system. "jstatd" command is supported by the jmods\jdk.jstatd.jmod module file, which is also linked into the lib\modules JImage file. You can run th...
2020-01-21, 1563🔥, 0💬

Backup JDK 6 Installation Directory
How to backup up JDK 6 installation directory? If you want to backup your JDK 6 installation directory, so that you can restore it later when you need it, you can follow these steps: 1. Compress the entire JDK 6 installation directory into a ZIP file. Here is how you can do this using the WinRAR com...
2019-01-01, 1562🔥, 0💬

jdk.security.auth/com.sun.security.auth.module.Crypt - Crypt Tool
How to run "jdk.security.auth/com.sun.sec urity.auth.module.Crypt"tool from JDK lib\modules JImage file? "jdk.security.auth/com.sun.sec urity.auth.module.Crypt"tool allows you to encrpt a password string like the Unix "crypt" function. "jdk.security.auth/com.sun.sec urity.auth.module.Crypt"tool is s...
2019-08-08, 1559🔥, 0💬

JavaWS Warning to Verify Publisher Certificate
Why I am getting the "Do you want to run this application?" warning message when running the JavaWS command? Sometimes, the JavaWS gives you the "Do you want to run this application?" warning message to inform you than the application downloaded from the publisher will access your local computer sys...
2018-01-06, 1553🔥, 0💬

PurchaseOrder.xsd - XML Schema Example for JAXB
How to get an XML Schema Example for JAXB testing? Java Architecture for XML Binding (JAXB) is a Java API that allows Java developers to map Java classes to XML representations. Here is good example of XML schema file, PurchaseOrder.xsd, that you can use to play with JAXB API: &lt;xsd:schema xml...
2018-05-19, 1552🔥, 0💬

sqljdbc JDBC Driver Connection URL String
What is the correct format sqljdbc JDBC Driver Connection URL string? I am getting exceptions when calling the DriverManager.getConnection(ur l)method. When you are calling the DriverManager.getConnection(ur l)method to establish a connection to a SQL Server database through the sqljdbc JDBC driver,...
2017-01-05, 1552🔥, 0💬

Apache ZooKeeper IT Source Code
Apache ZooKeeper is an open-source server which enables highly reliable distributed coordination. Apache ZooKeeper IT Source Code files are provided in the source package file, apache-zookeeper-3.8.0.tar.gz. You can download apache-zookeeper-3.8.0.tar.gz as described in the previous tutorial and go ...
2022-11-16, 1551🔥, 0💬

JDK/JRE 1.4 JAR Files List
Where to find a full list of JAR files provided in JDK/JRE 1.4? Here is a list of all JAR files provided in JDK/JRE 1.4. Directory of C:\fyicenter\jdk-1.4.2_19\lib 138,980 dt.jar 1,239,446 htmlconverter.jar 5,082,372 tools.jar Directory of C:\fyicenter\jdk-1.4.2_19\jre\ lib6,112,383 charsets.jar 70,...
2019-03-27, 1550🔥, 0💬

Make Client Certificate Trusted by SSL Server
How to make a self-signed client certificate trusted by the SSL server? I want to help Key Manager to send out the client certificate and accepted by the SSL server. There are several options to make a self-signed certificate trusted by the SSL Server: Send your self-signed certificate to a trusted ...
2018-06-12, 1545🔥, 0💬

jdk.compiler/com.sun.tools.javac.launcher.Main - Java Launcher
How to run "jdk.compiler/com.sun.tools.ja vac.launcher.Main"tool from JDK lib\modules JImage file? "jdk.compiler/com.sun.tools.ja vac.launcher.Main"tool allows you to launch a Java application directly without compilation. "jdk.compiler/com.sun.tools.ja vac.launcher.Main"tool is supported by the jmo...
2019-09-27, 1542🔥, 0💬

com.sun.deploy.net.cookie.GenericCookieHandler - Cookies in Java Update
How to run "com.sun.deploy.net.cookie.Gen ericCookieHandler"program from JRE deploy.jar file? "com.sun.deploy.net.cookie.Gen ericCookieHandler"allows you to prints cookies used to run the Java Control Panel and the update job. "com.sun.deploy.net.cookie.Gen ericCookieHandler"program is stored in the...
2018-11-11, 1542🔥, 0💬

Remove Applications from JavaWS Cache
How to remove applications from JavaWS cache? I don't want to use the application any more. There are two ways to remove Java applications from the JavaWS cache: 1. Using Java Control Panel: Run "Control Panel\Programs\Java". You see the Java Control Panel showing up. Click "General" tab and click "...
2018-01-06, 1540🔥, 0💬

JDK 9 Modules List
Where to find a full list of modules provided in JDK 9? Here is a list of all modules provided in JDK 9. The "Mod" column indicates that the module has a jmods\*.jmod file. The "Img" column indicates that the module is included in the lib\modules JImage file. The "Src" column indicates that the modu...
2020-02-20, 1538🔥, 0💬

Examples for Connector/J - JDBC Driver for MySQL
Where to find answers to frequently asked questions on Java Examples for Connector/J - JDBC Driver for MySQL. Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Java Examples for Connector/J - JDBC Driver for MySQL. Connector/J in Java Database Connectio...
2016-12-18, 1538🔥, 0💬

What Is Apache HttpComponents
What is Apache HttpComponents? The Apache HttpComponents™ project is responsible for creating and maintaining a toolset of low level Java components focused on HTTP and associated protocols. The Hyper-Text Transfer Protocol (HTTP) is perhaps the most significant protocol used on the Internet today. ...
2017-07-04, 1534🔥, 0💬

Example of Default Apache Commons Logging
Where can I find a Java example code of using the default logger of Apache Commons Logging? If you running JVM 1.4 or higher, the default logger of Apache Commons Logging is the org.apache.commons.logging.imp l.Jdk14Loggerclass. You can use it without any configuration settings. Here is simple Java ...
2017-05-29, 1527🔥, 0💬

SQL Server SQLEXPRESS Service for sqljdbc Test
How to run SQL Server SQLEXPRESS Service on my local computer to test sqljdbc JDBC driver? If you want to test sqljdbc JDBC driver and do not have any SQL Server database to access, you can follow these steps to run SQL Server SQLEXPRESS Service on my local computer. 1. Download SQL Server 2014 Expr...
2016-12-24, 1527🔥, 0💬

jdk.hotspot.agent/sun.jvm.hotspot.tools.StackTrace - JVM Stack Tracer
How to run "jdk.hotspot.agent/sun.jvm.hot spot.tools.StackTrace"tool from JDK lib\modules JImage file? "jdk.hotspot.agent/sun.jvm.hot spot.tools.StackTrace"tool allows you to print out stack trace of a given JVM process. "jdk.hotspot.agent/sun.jvm.hot spot.tools.StackTrace"tool is supported by the j...
2019-09-16, 1525🔥, 0💬

jdk.hotspot.agent/sun.jvm.hotspot.tools.SysPropsDumper - JVM Properties Dumper
How to run "jdk.hotspot.agent/sun.jvm.hot spot.tools.SysPropsDumper"tool from JDK lib\modules JImage file? "jdk.hotspot.agent/sun.jvm.hot spot.tools.SysPropsDumper"tool allows you to dump system properties of a given JVM process. "jdk.hotspot.agent/sun.jvm.hot spot.tools.SysPropsDumper"tool is suppo...
2019-08-23, 1525🔥, 0💬

Create SSL Server Certificate with "keytool"
How to create an SSL Server Certificate with JDK "keytool"? I want to run a SSL socket server program. "keytool" from the JDK package is a nice tool to create public and private key pairs. It also allows you that create self-sign server certificates that you can use as SSL server certificates. Here ...
2018-06-27, 1524🔥, 0💬

JDK 1.3 dt.jar - Java Swing Desktop
JDK 1.3 dt.jar is the JAR file for JDK 1.3 Java Swing Desktop defined in the "javax\swing" package. JAR File Information: Directory of C:\fyicenter\jdk-1.3.1_28\lib 130,166 dt.jar   ⇒ JDK 1.3 htmlconverter.jar - HTML Converter ⇐ JDK/JRE 1.3 JAR Files List ⇑ Download and Review JDK 1.3 ⇑⇑ FAQ for J...
2019-02-05, 1520🔥, 0💬

Apache POI Components for PowerPoint Slides
What are Apache POI components that can be used to read and write Microsoft PowerPoint slides? There are 2 components in the Apache POI Java library that can be used to read and write Microsoft PowerPoint slide files: HSLF (Horrible Slide Layout Format) component provides API to read and write older...
2017-02-14, 1516🔥, 0💬

JDK 17 jdk.naming.rmi.jmod - Naming RMI Module
JDK 17 jdk.naming.rmi.jmod is the JMOD file for JDK 17 Naming RMI module. JDK 17 Naming RMI module compiled class files are stored in \fyicenter\jdk-17.0.5\jmods\jd k.naming.rmi.jmod.JDK 17 Naming RMI module compiled class files are also linked and stored in the \fyicenter\jdk-17.0.5\lib\modu lesJIm...
2023-07-18, 1515🔥, 0💬

<< < 87 88 89 90 91 92 93 94 95 96 97 > >>   Sort: Date