<< < 66 67 68 69 70 71 72 73 74 75 76 > >>   ∑:2539  Sort:Date

FAQ on JAR (Java ARchive) File Format
Where can I find answers to FAQ on JAR (Java ARchive) file format? I want to know the internal structure of a JAR file. You can find your answers here at jar.FYIcenter.com. We have compiled answers to some basic FAQ (Frequently Asked Questions) on JAR (Java ARchive) file format: What Is JAR (Java AR...
2016-05-07, ∼3248🔥, 0💬

WebSocket Echo Server at websocket.org
How to use the WebSocket Echo Server at websocket.org? webSocket.org offers a nice demo Websocket server called "Echo Test". It allows you to use a Web browser to try the WebSocket protocol. 1. Run the latest Chrome Web browser that supports WebSocket. 2. Go to the websocket.org WebSocket Echo Test ...
2018-01-24, ∼3245🔥, 0💬

spdy-core-9.0.0.jar - Jetty Implementation of SPDY
spdy-core.jar is the core package of the Jetty implementation of the SPDY protocol. SPDY is a Google experiment with protocols for the web. Its goal is to reduce the latency of web pages. JAR File Size and Download Location: File name: spdy-core.jar, spdy-core-9.0.0.v20130308.jar File size: 166274 b...
2013-07-02, ∼3241🔥, 0💬

infinispan-server-hotrod-6.0.0.CR1.jar - Infinispan
Infinispan is an extremely scalable, highly available key/value data store and data grid platform. It is 100% open source, and written in Java. The purpose of Infinispan is to expose a data structure that is distributed, highly concurrent and designed ground-up to make the most of modern multi-proce...
2014-01-16, ∼3238🔥, 0💬

JtdsSqlServerInsertRow.java - jTDS JDBC Insert Row
How to insert a row of data into a 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 insert a row of data into a table in SQL Server using the jTDS JDBC driver: // Copyright (c) 2016 FYIcenter.com import java.sql.Driver...
2017-01-29, ∼3237🔥, 0💬

bcpkix.jar Bouncy Castle PKIX API
JAR File Size and Download Location: JAR name: bcpkix.jar JAR version: bcpkix.jar Target JDK version: 1.5 Dependency: org.bouncycastle File name: bcpkix.jar File size: 622849 bytes Date modified: 01-Mar-2015 Download: The Legion of the Bouncy Castle Manifest of the JAR: Bundle-RequiredExecutionEnvir. ..
2015-10-17, ∼3237🔥, 0💬

jhall.1.1.2.jar JavaHelp system
The JavaHelp system is an online help system that developers can use to add online help to their Java platform applications. The JavaHelp system is both a JCP specification (JSR 97) and a reference implementation of that specification. The JavaHelp system open source project includes the source to t...
2015-05-05, ∼3231🔥, 0💬

Run simple.fo Example in FOP
How to run the "simple.fo" example in FOP to generated a PDF file? FOP comes with an example XSL-FO file, simple.fo, which gives use a first impression of the structure of an XSL-FO file. You can use the "fop" command to convert it into a PDF file: fyicenter&gt; cd \local\fop-2.x\fop fyicenter&a...
2016-06-30, ∼3230🔥, 0💬

XLSX2CSV - Apache POI Excel File Example
What is XLSX2CSV example in the Apache POI package? How to run XLSX2CSV example? XLSX2CSV example in the Apache POI package is a rudimentary XLSX to CSV processor modeled on the POI sample program XLS2CSVmra. XLSX2CSV example uses the XSSF Event SAX helpers to do most of the work of parsing the Shee...
2017-03-11, ∼3226🔥, 0💬

JDK 11 lib/modules - Runtime JImage File
What is the lib\modules file in JDK 11 installation directory? lib\modules file in JDK 11 installation directory is the runtime JImage file of all Java language modules and all JDK tool modules. You can list all modules and classes in lib\modules using the "jimage list" command: C:&gt;\fyicenter...
2020-06-08, ∼3224🔥, 0💬

JAXB Implementation Classes in Java SE 8
What are JAXB Implementation Classes in Java SE 8? Java Architecture for XML Binding (JAXB) is a Java API that allows Java developers to map Java classes to XML representations. The current Java SE 8 release has JAXB 2.2.8 Implementation class included in the \fyicenter\jdk-1.8.0\jre\lib\r t.jarfile...
2018-01-08, ∼3224🔥, 0💬

lucene-queries-4.3.1.jar - Apache Lucene Queries
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-queries.jar - Filters and Queries that add to core Lucene. JAR File Size and Download Location: File name: luce...
2013-07-25, ∼3222🔥, 0💬

Downloading and Reviewing commons-codec.jar
Where to find answers to frequently asked questions on Downloading and Reviewing commons-codec.jar. Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Downloading and Reviewing commons-codec.jar: What Is commons-codec.jar Apache Commons Codec Source Code...
2016-11-20, ∼3221🔥, 0💬

What Is log4j.jar 1.1.3
What Is log4j.jar 1.1.3? I got the JAR file from jakarta-log4j-1.1.3.zip. log4j.jar 1.1.3 is the version 1.1.3 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.1.3.ja...
2015-12-16, ∼3221🔥, 0💬

jboss-kernel-2.0.6.GA.jar - JBoss Microcontainer
The JBoss Microcontainer is a refactoring of JBoss's JMX Microkernel to support direct POJO deployment and standalone use outside the JBoss application server. jboss-kernel.jar is the Kernel module. JAR File Size and Download Location: File name: jboss-kernel-2.0.6.GA.jar File size: 598573 bytes Dat...
2014-02-27, ∼3220🔥, 0💬

lucene-analyzers-phonetic-4.3.1.jar - Apache Lucene Analyzers Phonetics
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-analyzers-phonetic.jar is the Lucene Analysis for indexing phonetic signatures (for sounds-alike search). JAR F...
2013-07-12, ∼3216🔥, 0💬

org.apache.commons.collections4.queue.CircularFifoQueue Example
What is org.apache.commons.collections 4.queue.CircularFifoQueueclass? How to use org.apache.commons.collections 4.queue.CircularFifoQueueclass? org.apache.commons.collections 4.queue.CircularFifoQueueclass is a Java class offered in commons-collections4.jar that represents a first-in first-out queu...
2017-05-20, ∼3215🔥, 0💬

lucene-smartcn-3.6.2.jar - Lucene Search Engine Smartcn
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-smartcn.jar - Lucene Search Engine: smartcn JAR File Size and Download Location: File name: lucene-smartcn.jar,...
2014-03-05, ∼3213🔥, 0💬

JAR File Index Specification
What is the JAR file index specification? What tools can I use to generate the index file? The index file of a JAR file contains directory information as to which classes and resources reside in the JAR file. The index file is stored as META-INF/INDEX.LIST in the JAR file. The index file specificati...
2016-04-12, ∼3212🔥, 0💬

JDK 8 packager.jar - Packager Tool
JDK 8 packager.jar is the JAR file for JDK 8 Packager tool defined in the "jdk\packager" package. JAR File Information: Directory of C:\fyicenter\jdk-1.8.0_191\lib 4,646 packager.jar   ⇒ JDK 8 sa-jdi.jar - HSDB (Hotspot Debugger) ⇐ JDK 8 jconsole.jar - JConsole ⇑ Download and Use JDK 8 ⇑⇑ FAQ for ...
2020-09-13, ∼3211🔥, 1💬

💬 2020-09-13 Akash: Hii

jboss-reflect-2.0.2.GA.jar - JBoss Reflection
jboss-reflect.jar contains JBoss Reflection classes. JAR File Size and Download Location: File name: jboss-reflect.jar, jboss-reflect-2.0.2.GA.jar File size: 205134 bytes Date modified: 26-May-2009 Download: JBoss Reflection Manifest of the JAR: Archiver-Version: Plexus Archiver Built-By: Ales Build...
2014-03-03, ∼3209🔥, 0💬

Index JAR "jar -i" Command Syntax
What are syntax rules of the "jar -i" command for indexing a JAR file? The "jar -i" command allows you to add or update index to an existing JAR file. It has the follow syntax: jar -i jar-file "jar-file" must be provided to specify the JAR file, to which the index entry META-INF/INDEX.LIST will be a...
2016-05-15, ∼3208🔥, 0💬

mahout-collections-1.0.jar - Apache Mahout
Apache Mahout is a project of the Apache Software Foundation to produce free implementations of distributed or otherwise scalable machine learning algorithms focused primarily in the areas of collaborative filtering, clustering and classification. Many of the implementations use the Apache Hadoop pl...
2014-03-21, ∼3206🔥, 0💬

ShowJdbcDrivers.java - ojdbc Oracle Driver Example
How to verify if ojdbc Oracle Driver is loaded corrected from the classpath? I want to see a Java program example. Here is an example program, ShowJdbcDrivers.java, that can be used to verify if ojdbc Oracle Driver is loaded corrected from the classpath or not: // Copyright (c) FYIcenter.com import ...
2018-03-13, ∼3202🔥, 0💬

<< < 66 67 68 69 70 71 72 73 74 75 76 > >>   ∑:2539  Sort:Date