<< < 73 74 75 76 77 78 79 80 81 82 83 > >>   ∑:2539  Sort:Date

SSL Handshake Messages with Client Authentication
How to get SSL Handshake Messages that use client Authentication? You can get SSL Handshake Messages that use client Authentication as shown below: 1. Open command window and run SslServerCmd.java with client certificate authentication turned on: \fyicenter&gt;\local\jdk-1 .8.0\bin\java-Djavax.n...
2018-06-12, ∼3205🔥, 0💬

Source Code for SLF4J 1.7.31 Bridge to JDK
SLF4J Bridge to JDK is a binding bridge that implements the SLF4J API with JDK logging library. Here is the source code for SLF4J Bridge to JDK. You can download its pre-compiled version slf4j-jdk14-1.7.31.jar at SLF4J Download Website .   Or download all of them as a single archive file: File name:...
2023-04-02, ∼3204🔥, 2💬

maven-model-3.8.6.jar - Maven Model Module
maven-model-3.8.6.jar is the JAR file for Apache Maven 3.8.6 Model module. Apache Maven is a software project management and comprehension tool. JAR File Size and Download Location: File: 216125 06-06-2022 16:16 lib/maven-model-3.8.6.jar Download: Apache Maven Website   Or download all of them as a ...
2023-07-11, ∼3200🔥, 0💬

What Is Connector/J - JDBC Driver for MySQL?
What is Connector/J - JDBC Driver for MySQL? Connector/J is a JDBC driver from Oracle that provides database connectivity MySQL server through the standard JDBC application program interfaces (APIs) available in Java. Releases of Connector/J - JDBC Driver for MySQL: Connector/J 8.0.31 2022-09-03 Con...
2016-11-27, ∼3196🔥, 0💬

uima-tools-2.4.0.jar - Apache UIMA Tools
Unstructured Information Management applications (UIMA) are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. uima-tools.jar - The Tools module. JAR File Size and Download Location: File name: uima-tools.jar, uima-...
2013-08-01, ∼3191🔥, 0💬

What Is log4j.jar 1.0.4
What Is log4j.jar 1.0.4? I got the JAR file from jakarta-log4j-1.0.4.tar.gz. log4j.jar 1.0.4 is the version 1.0.4 of Log4j JAR library file. Log4j is a logging library for Java applications developed by Apache Software Foundation. JAR File Size and Download Location: JAR name: log4j.jar, log4j-1.0.4...
2015-12-21, ∼3190🔥, 0💬

Run Sample with junit-3.8.1.jar in Text Mode
How to run sample program with junit-3.8.1.jar in text mode? I have Calculator.java and the JUnit test program, CalculatorTest.java ready. junit-3.8.1.jar is the version 3.8.1 of JUnit JAR library file. It provides two execution modes: text mode and GUI mode. To run the JUnit test program, Calculato...
2016-03-09, ∼3188🔥, 0💬

hornetq-ra-2.3.0.jar - HornetQ
HornetQ is the new ultra high performance enterprise grade messaging system from JBoss, sets a record breaking score in the SPECjms2007 industry standard benchmark for JMS messaging system performance. hornetq-ra.jar is the RA module. JAR File Size and Download Location: File name: hornetq-ra.jar, h...
2013-12-17, ∼3188🔥, 0💬

jetty-servlet-8.1.7.v20120910.jar - jetty Servlet
Jetty provides an HTTP server, HTTP client, and javax.servlet container. These components are open source and available for commercial use and distribution. JAR File Size and Download Location: File name: jetty-servlet.jar, jetty-servlet-8.1.7.v20120910. jarFile size: 96640 bytes Date modified: 10-S...
2013-06-19, ∼3187🔥, 0💬

MySqlJdbcConnection.java - Connector/J JDBC Connection
How to create a JDBC connection to MySQL database using the Connector/J JDBC driver? I want to see a Java program example. If you have a MySQL server running on your local computer and listening on the default port 3306, you can use the following example, to learn how to create a JDBC connection: //...
2016-12-02, ∼3186🔥, 0💬

axiom-compat-1.2.14.jar - AXis Object Model Compact
The Apache Axiom library provides an XML Infoset compliant object model implementation which supports on-demand building of the object tree. It supports a novel "pull-through" model which allows one to turn off the tree building and directly access the underlying pull event stream using the StAX API...
2013-11-13, ∼3183🔥, 0💬

Search by Key Word with jarscan
jarscan is a command line tool and library for scanning JAR archives. This how-to tutorial shows you how to search for JAR file entries by a given key word in file names in all JAR files in a given folder. Example 1: To search for entries that have "text" in their file names in all JAR files in the ...
2015-04-28, ∼3180🔥, 0💬

HttpsUrlReader.java - Reading Data from HTTPS URL
How to read data from an HTTPS URL with jsse.jar? I want to see a Java program example. jsse.jar, Java Secure Socket Extension, allows you to communicate securely with an SSL-enabled web server by using the "https" URL protocol. Here is an example program, HttpsUrlReader.java, that can be used to re...
2018-03-24, ∼3173🔥, 0💬

Java Example of org.apache.commons.io.filefilter
Where can I find an example Java code that uses the org.apache.commons.io.filefilt erpackage? org.apache.commons.io.filefilt erpackage defines an interface (IOFileFilter) that combines both java.io.FileFilter and java.io.FilenameFilter. Besides that the package offers a series of ready-to-use implem...
2017-04-28, ∼3173🔥, 0💬

SqlServerCreateDatabase.java - sqljdbc JDBC Create Database
How to create a new database in SQL Server using the sqljdbc JDBC driver? I want to see a Java program example. Here is a Java example that shows you how to create a new database in SQL Server using the sqljdbc JDBC driver: // Copyright (c) 2016 FYIcenter.com import java.sql.DriverManager; import ja...
2016-12-08, ∼3172🔥, 0💬

ojdbc Oracle Driver Connection URL String
What is the correct format ojdbc Oracle 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 Oracle database through the ojdbc Oracle Driver, you...
2018-03-13, ∼3171🔥, 0💬

Downloading and Reviewing commons-logging.jar
Where to find answers to frequently asked questions on Downloading and Reviewing commons-logging.jar. Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Downloading and Reviewing commons-logging.jar: commons-logging.jar, What Is It? Download and Install ...
2016-11-16, ∼3169🔥, 0💬

Convert XML to FO with FOP
How to convert my data in XML to XSL-FO format with FOP? I have the XSLT file to define my data should be formatted. If your data stored in XML format and you have an XSLT file that defines how data should be formatted, you can use the XSLT process provided in FOP to convert the XML file to an XSL-F...
2016-07-05, ∼3169🔥, 0💬

axiom-compat-1.2.14.jar - AXis Object Model Compact
\n The Apache Axiom library provides an XML Infoset compliant object model implementation \nwhich supports on-demand building of the object tree. It supports a novel "pull-through" model \nwhich allows one to turn off the tree building and directly access the underlying pull event stream \nusing the...
2013-11-14, ∼3165🔥, 0💬

Add Security Exception for JavaWS to Run Application
How to modify security settings to allow JavaWS to run applications from my Website? My Website does not have server certificate. If your Website does not have server certificate, you can add an exception in the security setting for JavaWS to run your application as shown in this tutorial: 1. Go to ...
2017-07-15, ∼3161🔥, 0💬

lucene-sandbox-4.3.1.jar - Apache Lucene Sandbox
Lucene is a Java full-text search engine. Lucene is not a complete application, but rather a code library and API that can easily be used to add search capabilities to applications. lucene-sandbox.jar - Various third party contributions and new ideas. JAR File Size and Download Location: File name: ...
2013-07-27, ∼3159🔥, 0💬

sun.tools.native2ascii.Main - "native2ascii" Command
How to run "native2ascii" command from JDK tools.jar file? "native2ascii" command allows you to convert Java source code or other files from different encoding to \udddd ASCII format. "native2ascii" command is supported by the lib\tools.jar JAR file JDK 1, 2, 3, 4, 5, 6, 7, and 8. You can run the "n...
2019-11-08, ∼3158🔥, 0💬

wadl-xmlbeans-1.1.jar - WADL XMLBeans
Web Application Description Language (WADL) XMLBeans. JAR File Size and Download Location: File name: wadl-xmlbeans.jar, wadl-xmlbeans-1.1.jar File size: 223749 bytes Date modified: 18-Oct-2010 Download: List of Classes in the JAR: net/java/dev/wadl/x2009/x02/Ap plicationDocumentnet/java/dev/wadl/x2...
2013-10-03, ∼3158🔥, 0💬

Multiple sqljdbc*.jar Files in sqljdbc 6.0
Why there are multiple sqljdbc*.jar files in the sqljdbc 6.0 distribution package? sqljdbc 6.0 distribution package contains multiple sqljdbc*.jar files to be used in different situations: sqljdbc42.jar supports JDBC 4.2 API and is compiled in JDK 1.8. You need to use sqljdbc42.jar, if you are using...
2017-01-11, ∼3156🔥, 0💬

<< < 73 74 75 76 77 78 79 80 81 82 83 > >>   ∑:2539  Sort:Date