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

What Is Rhino JavaScript rhino1_6R5.zip
What Is Rhino JavaScript rhino1_6R5.zip file? Rhino JavaScript rhino1_6R5.zip file is the distribution package ZIP file for Rhino JavaScript Java library 1.6R5. The Rhino JavaScript is a JavaScript engine written in Java. Download File Size and Download Location: File name: rhino1_6R5.zip File size:...
2017-08-13, ∼2802🔥, 0💬

Portecle-1.9.zip, How To Download?
Portecle is a user friendly GUI application for creating, managing and examining keystores, keys, certificates, certificate requests, certificate revocation lists and more. Download File Size and Download Location: File name: Portecle-1.9.zip File size: 3,414,829 bytes Release date: 03-Jun-2015 Down...
2015-10-17, ∼2795🔥, 0💬

JRE 5 jce.jar - JCE (Java Cryptography Extension)
JRE 5 jce.jar is the JAR file for JRE 5 JCE (Java Cryptography Extension), which provides a framework and implementation for encryption, key generation and key agreement, and Message Authentication Code (MAC) algorithms. JAR File Information: Directory of C:\fyicenter\jdk-1.5.0_22\jre\ lib82,642 jce...
2019-04-17, ∼2794🔥, 0💬

Source Code for SLF4J 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-2.0.4.jar at SLF4J Download Website .   Or download all of them as a single archive file: File name: ...
2021-11-30, ∼2793🔥, 0💬

JarAnalyzer - Read XML Output
How to read the XML output file generated by JarAnalyzer? After running the "runxmlsummary" command, you should review the output. The output is an XML file of the dependencies between the jar files in the directory specified when JarAnalyzer was run. Here's a listing of the primary elements that Ja...
2015-06-05, ∼2779🔥, 0💬

Prerequisites for Apache Log4j 1.x
What are the prerequisites for Apache Log4j 1.x? Apache Log4j 1.x is a logging library for Java applications developed by Apache Software Foundation. Here are the prerequisites for Log4j: Log4j 1.2.8 and earlier are compatible with JDK 1.1.x and later, later versions of log4j 1.2 are compatible with...
2015-11-28, ∼2776🔥, 0💬

JNA-Platform 3.3.0 License information....FOSS evaluation
Hello, Trying to do a FOSS evaluation for JNA-Platform 3.3.0. Where is can i find the licensing information for this particular software package. thanks, Carlos JNA-Platform 3.3.0 is dual-licensed under 2 alternative Open Source/Free licenses: LGPL 2.1 and Apache License 2.0. (starting with JNA vers...
2015-05-22, ∼2773🔥, 0💬

JDK 1.2 Installed Directories and Files
What are JDK 1.2 installed directories and files? All JDK 1.2 installed directories and files are located at the "Installed to" directory. For example: C:\fyicenter\jdk-1.2.2_17: C:\fyicenter\jdk-1.2.2_17\... 25600 bin\appletviewer.exe 25600 bin\extcheck.exe 25600 bin\jar.exe 25600 bin\jarsigner.exe...
2020-07-09, ∼2769🔥, 1💬

💬 2020-07-09 Sharad kumar jain: Thanks

Donwload xml-commons-external-1.4.01-bin.zip
How to download and install xml-commons-external-1.4.01-bi n.zip?If you want to try Apache xml-commons External Code Package, you can follow this tutorial to download and install xml-commons-external-1.4.01-bi n.zip:Apache xml-commons External Code Package contains codes from external sources for XM...
2017-09-01, ∼2769🔥, 0💬

jna-3.2.2.jar - Java Native Access (JNA)
JNA provides Java programs easy access to native shared libraries (DLLs on Windows) without writing anything but Java code - no JNI or native code is required. This functionality is comparable to Windows' Platform/Invoke and Python's ctypes. Access is dynamic at runtime without code generation. JAR ...
2015-05-01, ∼2755🔥, 0💬

What Is SMTP (Simple Mail Transfer Protocol)
What Is SMTP (Simple Mail Transfer Protocol)? Can I use it to send emails? SMTP (Simple Mail Transfer Protocol) is network protocol to be used to transfer RFC822-style messages between different mail hosts as well as to submit new messages to a host for delivery. SMTP is in very wide use since 1982....
2015-12-23, ∼2753🔥, 0💬

OracleJdbcConnection.java - Oracle JDBC Connection
How to create a JDBC connection to Oracle database using the ojdbc Oracle Driver? I want to see a Java program example. If you have Oracle Database 11g XE running on your local computer, you can use the following example to learn how to create a JDBC connection: // Copyright (c) FYIcenter.com import...
2018-03-28, ∼2752🔥, 0💬

Compile and Run Program with Apache Log4j 1.x
How to compile and run my program with Log4j 1.x? My program uses Log4j API only and I want to know which JAR file is needed. If your program is using Log4j 1.x API, you can compile and run the program with the only Log4j JAR file, like log4j-1.2.17.jar. If you are using older versions of JDK, you m...
2015-12-11, ∼2744🔥, 0💬

lucene-analyzers-stempel-4.3.1.jar - Apache Lucene Analyzers Polish
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-stempel.jar is the Lucene Analyzer for indexing Polish JAR File Size and Download Location: File name...
2013-07-15, ∼2734🔥, 0💬

ShowJdbcDrivers.java - jTDS JDBC Driver Example
How to verify if jTDS JDBC 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 jTDS JDBC Driver is loaded corrected from the classpath or not: // Copyright (c) 2016 FYIcenter.com import j...
2017-02-03, ∼2732🔥, 0💬

org.apache.commons.lang3.text.StrBuilder Example
What is org.apache.commons.lang3.text. StrBuilderclass? How to use org.apache.commons.lang3.text. StrBuilderclass? org.apache.commons.lang3.text. StrBuilderclass is a Java class offered in commons-lang3.jar that builds a string from constituent parts providing a more flexible and powerful API than S...
2016-11-24, ∼2732🔥, 0💬

lucene-memory-4.3.1.jar - Apache Lucene Memory
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-memory.jar - Single-document in-memory index implementation. JAR File Size and Download Location: File name: lu...
2013-07-24, ∼2729🔥, 0💬

JAR Manifest File Format Specification
What Is Specifiction of a JAR manifest file? If a manifest file is provided in a JAR file, it must meet the following specifications: 1. The manifest file must be locaed at META-INF/MANIFEST.MF in the JAR file. 2. The content of a manifest file can be divided into sections separated by empty lines. ...
2016-04-21, ∼2727🔥, 0💬

sun.plugin2.applet.viewer.JNLP2Viewer - JNLP Viewer
How to "sun.plugin2.applet.viewer.JNL P2Viewer"program from JRE plugin.jar file? "sun.plugin2.applet.viewer.JNL P2Viewer"program allows you to view Applets with JNLP (Java Network Launch Protocol) references embedded in HTML documents. "sun.plugin2.applet.viewer.JNL P2Viewer"program is stored in the...
2018-11-11, ∼2722🔥, 0💬

Configuration File for Apache Log4j
How to write a simple configuration file for Apache Log4j? I just want to use the basic functionalities to specify the log file name and the log level. Below is a simple configuration file, log4j2.xml, that support the Log4j 2 API: &lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;!-- Cop...
2015-11-11, ∼2722🔥, 0💬

What Is commons-fileupload-1.3.3-bin.zip
What Is commons-fileupload-1.3.3-bin.z ip?commons-fileupload-1.3.3-bin.z ipis the binary package of Apache Commons FileUpload 1.3.3 in ZIP format. Apache Commons FileUpload adds robust, high-performance, file upload capability to your servlets and web applications. Download File Size and Download Lo...
2018-10-27, ∼2718🔥, 0💬

lucene-analyzers-morfologik-4.3.1.jar - Apache Lucene Analyzers Polish
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-morfologik.ja ris the Lucene Analyzer for indexing Polish. JAR File Size and Download Location: File ...
2013-07-11, ∼2715🔥, 0💬

Run JavaWS with JNLP File in Verbose Mode
How to run JavaWS command with JNLP file in verbose mode? I want to see more details on how JavaWS command works. If you want to see more details on JavaWS command works, you can run JavaWS command in verbose mode as shown below: fyicenter&gt; javaws -verbose dynamictree.jnlp You see a message w...
2018-01-06, ∼2710🔥, 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, ∼2708🔥, 0💬

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