<< < 78 79 80 81 82 83 84 85 86 87 88 > >>   ∑:2539  Sort:Date

org.apache.commons.codec.net.URLCodec Example
What is org.apache.commons.codec.net.U RLCodecclass? How to use org.apache.commons.codec.net.U RLCodecclass? org.apache.commons.codec.net.U RLCodecclass is a Java class offered in commons-codec.jar that implements the 'www-form-urlencoded' encoding scheme, also misleadingly known as URL encoding. Th...
2017-04-22, ∼2890🔥, 0💬

What is Oracle Database 11g XE (Express Edition)
What is Oracle Database 11g XE (Express Edition)? Oracle Database 11g XE (Express Edition) is a free starter database for: Developers working on Node.js, Python, PHP, Java, .NET, XML, and Open Source applications DBAs who need a free, starter database for training and deployment Independent Software...
2018-03-13, ∼2888🔥, 0💬

HttpsUrlInfo.java - HTTPS URL Information
How to get more information about the HTTP URL object? It is created as "new java.net.URL(...)". If you created a URL object with "new java.net.URL(...)", you can use the sample Java code to get more information about the URL object: // Copyright (c) FYIcenter.com import java.net.*; import java.io.*...
2018-03-24, ∼2886🔥, 0💬

JavaScript Shell in Rhino JavaScript 1.7R5
How the use the JavaScript Shell provided in Rhino JavaScript 1.7R5? I have Rhino 1.7R5 installed. The JavaScript Shell is a command line tool provided in Rhino JavaScript 1.7R5 allows you to run enter JavaScript code and get it executed immediately. Here is how to use the JavaScript Shell, if you h...
2017-08-21, ∼2880🔥, 0💬

List of Demo Programs in jxl.jar 2.6.12
What are demo programs included in jxl.jar 2.6.12? JExcelApi, jxl.jar 2.6.12 comes with a raft of demonstration and test programs contained in the package jxl.demo. These may be accessed from the command line as follows: "java -jar jxl.jar -csv spreadsheet.xls" Reads spreadsheet.xls and writes out t...
2018-04-07, ∼2876🔥, 0💬

JRE 6 javaws.jar - Java Web Start
JRE 6 javaws.jar is the JAR file for JRE 6 Java Web Start, which allows users to start Java applications directly from the Internet using a web browser. JRE (Java Runtime) 6 is the runtime environment included in JDK 6. JRE 6 javaws.jar contains Java classes to launch Java Web Start: com.sun.javaws....
2019-04-22, ∼2873🔥, 0💬

Examples for jsse.jar - Java Secure Socket Extension
Where to find answers to frequently asked questions on Java Examples for jsse.jar - Java Secure Socket Extension. Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Java Examples for jsse.jar - Java Secure Socket Extension. HttpsUrlReader.java - Reading ...
2018-02-01, ∼2873🔥, 0💬

lucene-classification-4.3.1.jar - Apache Lucene Classification
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-classification.jar is the Lucene classification module. JAR File Size and Download Location: File name: lucene-...
2013-07-17, ∼2872🔥, 0💬

MyXmlValidator.java - Unmarshal XML File with Schema Validation
How to add XML schema validation during the unmarshalling process with JAXB API? If you want to perform unmarshal-time XML Schema validation on the input XML file, you need to do the following: 1. Create a SchemaFactory instance and a Schema instance with the XML schema file, User.xsd: SchemaFactory...
2017-06-30, ∼2869🔥, 0💬

JtdsSqlServerCreateTable.java - jTDS JDBC Create Table
How to create a new table in SQL Server using the jTDS JDBC driver? I want to see a Java program example. Here is a Java example that shows you how to create a new table in SQL Server using the jTDS JDBC driver: // Copyright (c) 2016 FYIcenter.com import java.sql.DriverManager; import java.sql.Conne...
2017-01-29, ∼2869🔥, 0💬

JRE 5 jsse.jar - JSSE (Java Secure Socket Extension)
JRE 5 jsse.jar is the JAR file for JRE 5 JSSE (Java Secure Socket Extension), which enables secure Internet communications. It provides a framework and an implementation for a Java version of the SSL and TLS protocols and includes functionality for data encryption, server authentication, message int...
2018-11-11, ∼2867🔥, 0💬

FAQ for WebSocket API
Where to find answers to frequently asked questions on WebSocket API JAR? Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team WebSocket API JAR: Downloading and Reviewing WebSocket.jar What Is WebSocket Protocol Handshake and Data Messages in WebSocket Proto...
2017-07-02, ∼2864🔥, 0💬

Components of Apache POI Java Library
What are components of Apache POI Java Library? Which POI JAR file should I use for a specific component? Apache POI Java library is divided into multiple components to support various types of file formats in Microsoft Office Open XML (OOXML) and OLE 2 Compound Document (OLE2) standards. Since Apac...
2016-11-25, ∼2859🔥, 0💬

What Is Java EE (Enterprise Edition)
What is Java EE (Java Platform Enterprise Edition)? Java EE, short for Java Platform Enterprise Edition, is a computing platform for development and deployment of enterprise software for network and web service applications. Java EE was formerly known as Java 2 Platform Enterprise Edition or J2EE. J...
2018-03-10, ∼2857🔥, 0💬

PPT2PNG - Apache POI PowerPoint Slides Example
What is PPT2PNG example in the Apache POI package? How to run PPT2PNG example? PPT2PNG example in the Apache POI package is created by Yegor Kozlov. It demonstrates how you can use HSLF to convert each slide (in *.ppt format) into a PNG image. PPT2PNG example uses the Horrible Slide Layout Format (H...
2017-02-08, ∼2855🔥, 0💬

JDK 11 Modules List
Where to find a full list of modules provided in JDK 11? Here is a list of all modules provided in JDK 11. 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 mo...
2020-05-29, ∼2854🔥, 0💬

Connector/J JDBC Driver Connection Properties - Part 2
What is connection properties are supported by Connector/J JDBC Driver? What are their default property values? Connection properties supported by Connector/J JDBC driver and property default values are listed below: ... Continue from Part 1 useUsageAdvisor - Should the driver issue 'usage' warnings...
2016-12-04, ∼2851🔥, 0💬

javax.annotation-1.1.0.v201108011116.jar
javax.annotation is a common annotation specification for the Java Platform. This implementation is distributed as part of Jetty. JAR File Size and Download Location: File name: javax.annotation.jar, javax.annotation-1.1.0.v201108 011116.jarFile size: 26455 bytes Date modified: 10-Sep-2012 Download:...
2015-05-11, ∼2847🔥, 0💬

What Is jsse-1_0_3_04-do.zip
What is jsse-1_0_3_04-do.zip? jsse-1_0_3_04-do.zip is the binary package of Java Secure Socket Extension 1.0.3_04 for domestic use. Java Secure Socket Extension is Java library that enables secure Internet communications. Download File Size and Download Location: File name: jsse-1_0_3_04-do.zip File...
2018-02-01, ∼2843🔥, 0💬

JDK 6 dt.jar - Java Swing Desktop
JDK 6 dt.jar is the JAR file for JDK 6 Java Swing Desktop defined in the "javax\swing" package. JAR File Information: Directory of C:\fyicenter\jdk-1.6.0_45\lib 145,442 dt.jar   ⇒ JDK 6 htmlconverter.jar - HTML Converter ⇐ JDK/JRE 6 JAR Files List ⇑ Download and Use JDK 6 ⇑⇑ FAQ for JDK (Java Deve...
2019-01-26, ∼2841🔥, 0💬

ScatterChart - Apache POI Excel File Example
What is ScatterChart example in the Apache POI package? How to run ScatterChart example? ScatterChart example in the Apache POI package is created by Roman Kashitsyn. It illustrates how to create a simple scatter chart in *.xlsx format. ScatterChart example uses the XSSF (OpenXML SpreadSheet Format)...
2017-03-11, ∼2836🔥, 0💬

SslClientCmd.java - SSL Client Command Example
How to create an SSL client program to run like a command? Here is an SSL client example program you can run like a command to communicate to any HTTPS web server: // Copyright (c) FYIcenter.com import java.net.*; import java.io.*; import javax.net.ssl.*; public class SslClientCmd { public static vo...
2018-03-31, ∼2835🔥, 0💬

SimpleDocument - Apache POI Word Document Example
What is SimpleDocument example in the Apache POI package? How to run SimpleDocument example? SimpleDocument example in the Apache POI package is created by Yegor Kozlov. It is a simple Word document in *.docx format created by POI XWPF API. SimpleDocument example uses the OpenXML Word Processing For...
2017-02-22, ∼2833🔥, 0💬

Run Sample Program for junit-4.8.1.jar
How to run sample program with junit-4.8.1.jar? I have Calculator.java and the JUnit test program, CalculatorTest.java ready. junit-4.8.1.jar is the version 4.8.1 of JUnit JAR library file. To run the JUnit test program, CalculatorTest.java, you need launch the org.junit.runner.JUnitCore class and s...
2016-03-02, ∼2832🔥, 0💬

<< < 78 79 80 81 82 83 84 85 86 87 88 > >>   ∑:2539  Sort:Date