<< < 53 54 55 56 57 58 59 60 61 62 63 > >>

Download and Install javamail-1_3_3_01.zip
How to download and install javamail-1_3_3_01.zip? The JavaMail API is a set of abstract APIs that model a mail system. You can follow these steps to download and install javamail-1_3_3_01.zip to use JavaMail API: 1. Go to the Java EE Platform Downloads . 2. Go to the "JavaMail API 1.3.3" section an...
2016-06-24, 3643🔥, 0💬

Using Apache Log4j 1.x in Java Programs
Where to find answers to frequently asked questions on Using Apache Log4j 1.x in Java Programs. Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Using Apache Log4j 1.x in Java Programs: Prerequisites for Apache Log4j 1.x Hello Program with Apache Log4j...
2016-06-24, 2584🔥, 0💬

commons-jexl-2.1.jar - Java Expression Language (JEXL)
JEXL is a library intended to facilitate the implementation of dynamic and scripting features in applications and frameworks written in Java. JEXL implements an Expression Language based on some extensions to the JSTL Expression Language supporting most of the constructs seen in shell-script or ECMA...
2016-06-24, 7455🔥, 1💬

What Is javamail-1_3_3_01.zip
What Is javamail-1_3_3_01.zip? javamail-1_3_3_01.zip is the binary package of JavaMail API 1.3.3 in ZIP format. The JavaMail API is a set of abstract APIs that model a mail system. Download File Size and Download Location: File name: javamail-1_3_3_01.zip File size: 2,447,698 bytes Release date: 09-...
2016-06-24, 3106🔥, 0💬

pull-parser-2.1.10.jar - XML Pull Parser
GJT (Giant Java Tree) implementation of XML Pull Parser. JAR File Size and Download Location: File name: pull-parser.jar, pull-parser-2.1.10.jar File size: 52636 bytes Date modified: 05/12/2005 Download: XML Pull Parser No Manifest in the JAR. List of Classes in the JAR: org/gjt/xpp/XmlEndTag org/gj...
2016-06-20, 19639🔥, 1💬

xml-commons Resolver Source Code Files
xml-commons Resolver Source Code Files are provided in the source package file, xml-commons-resolver-1.2-fyi.z ip.You can download xml-commons-resolver-1.2-fyi.z ipas described in the previous tutorial and go to the "src/" sub-folder to view Source Code files. You can also browse xml-commons Resolve...
2016-06-15, 24515🔥, 1💬

jorbis-0.0.15.jar - Pure Java Ogg Vorbis Decode
JOrbis is a pure Java Ogg Vorbis decoder developed by JCraft. JOrbis accepts Ogg Vorbis bitstreams and decodes them to raw PCM. JAR File Size and Download Location: File name: jorbis.jar, jorbis-0.0.15.jar File size: 58917 bytes Date modified: 13-May-2005 Download: JOrbis - Pure Java Ogg Vorbis Deco...
2016-06-14, 7921🔥, 1💬

"jar -uvf" Command to Replace a File in a JAR
What are "jar" commands to replace 1 class file in a JAR file? I need to modify one class file and put it back to the JAR. If you have a large JAR file and just want to replace 1 class file with a modified version, you can follow these steps: 1. Get the source code of that 1 class file. 2. Make chan...
2016-06-13, 11519🔥, 0💬

"jar -ufe" Command to Create an Executable JAR
What is the "jar" command to create an executable JAR? I know the starting class name in the JAR file. If you know the starting class name and that class is in the JAR file, you can use the "jar -uvfe jarname classname" to make JAR file as executable. For example, I want to make myNew.jar executable...
2016-06-13, 3274🔥, 0💬

FAQ for JUnit (Java Unit) Testing
Where can I find answers to FAQ on JUnit (Java Unit) Testing? I want to know how to download, install and use JUnit API for my Java application. You can find your answers here at jar.FYIcenter.com. We have compiled answers to some basic FAQ (Frequently Asked Questions) for FAQ for JUnit (Java Unit) ...
2016-06-13, 3117🔥, 0💬

What Is activation.jar of JAF 1.1.1
What Is activation.jar? I heard it's related to JAF (JavaBeans Activation Framework) 1.1.1? If you have an activation.jar file of 56290 bytes, it is the JAR file of the Sun implementation version 1.1.1 of the JAF (JavaBeans Activation Framework) 1.1 specification. activation.jar is provided as part ...
2016-06-10, 5156🔥, 0💬

What Is jaf-1_1_1.zip
What Is jaf-1_1_1.zip? I downloaded it from the JAF (JavaBeans Activation Framework) page. jaf-1_1_1.zip is the binary package of Sun implementation version 1.1.1 of JAF 1.1 specification. It contains the activation.jar file compiled for JDK 1.4. Download File Size and Download Location: File name: ...
2016-06-10, 3429🔥, 0💬

What Is JAF (JavaBeans Activation Framework)
What Is JAF (JavaBeans Activation Framework)? JavaBeans Activation Framework (JAF) is a standard extension to the Java platform that lets you take advantage of standard services to: determine the type of an arbitrary piece of data; encapsulate access to it; discover the operations available on it; a...
2016-06-10, 2696🔥, 0💬

"jar" Command Syntax Rules
What are syntax rules of the "jar" command? I am confused on how to specify different options, like x, v, f, i, etc. The "jar" command usage description is difficult to follow. Here are some "jar" command syntax rules that will help you: 1. The usage description given by entering "jar" with no optio...
2016-06-03, 2770🔥, 0💬

"jar" Commands to Split A JAR File
How to split a JAR file into two JAR files? I jave a huge JAR file and I only need to use one package of classes from the JAR file. If you have a huge JAR file and want to build a smaller JAR file with classes from one package from the huge JAR file, you can follow these steps: 1. Put the huge JAR f...
2016-05-28, 5799🔥, 0💬

List Entries "jar -t" Command Syntax
What are syntax rules of the "jar -t" command for listing entries from a JAR file? I am confused on how to specify different options, like v and f. The "jar -t" command allows you to display entries from an existing JAR file. It has the follow syntax: jar -t[vf] [jar-file] [pattern] "v" option flag ...
2016-05-28, 2735🔥, 0💬

esapi-2.0.1.jar - ESAPI (Enterprise Security API)
ESAPI (The OWASP Enterprise Security API) is a free, open source, web application security control library that makes it easier for programmers to write lower-risk applications. The ESAPI libraries are designed to make it easier for programmers to retrofit security into existing applications. The ES...
2016-05-26, 10569🔥, 1💬

Create JAR "jar -c" Command Syntax
What are syntax rules of the "jar -c" command for creating a JAR file? I am confused on how to specify different options, like v and f. The "jar -c" command allows you to create a new JAR file. It has the follow syntax: jar -c[vfmMe0] [jar-file] [manifest-file] [entry-point] list "v" option flag ret...
2016-05-22, 2780🔥, 0💬

Extract Entries "jar -x" Command Syntax
What are syntax rules of the "jar -x" command for extracting entries from a JAR file? I am confused on how to specify different options, like v and f. The "jar -x" command allows you to extract entries from an existing JAR file to the current folder. It has the follow syntax: jar -x[vf] [jar-file] [...
2016-05-22, 2644🔥, 0💬

bctest-jdk16-145.jar - Bouncy Castle Test Extension
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms, it was developed by the Legion of the Bouncy Castle - with a little help! bctest-jdk16-145.jar - The Test extension. JAR File Size and Download Location: File name: bctest-jdk16-145.jar File size: 1818944 bytes Da...
2016-05-19, 7213🔥, 1💬

Update JAR "jar -u" Command Syntax
What are syntax rules of the "jar -u" command for updating a JAR file? I am confused on how to specify different options, like v and f. The "jar -u" command allows you to update an existing JAR file. It has the follow syntax: jar -u[vfme0] [jar-file] [manifest-file] [entry-point] [list] "v" option f...
2016-05-15, 2561🔥, 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, 2302🔥, 0💬

jaligner-1.0.jar - JAligner - Java implementation of the Smith-Waterman algorithm
JAligner is an open source Java implementation of the Smith-Waterman algorithm with Gotoh's improvement for biological local pairwise sequence alignment using the affine gap penalty model. JAR File Size and Download Location: File name: jaligner.jar, jaligner-1.0.jar File size: 164489 bytes Date mod...
2016-05-10, 7315🔥, 1💬

FAQ for JMS (Java Message Service)
Where can I find answers to FAQ for JMS (Java Message Service)? I want to know how to download, install and use JAF (JavaBeans Activation Framework) for my Java application. You can find your answers here at jar.FYIcenter.com. We have compiled answers to some basic FAQ (Frequently Asked Questions) f...
2016-05-07, 2398🔥, 0💬

<< < 53 54 55 56 57 58 59 60 61 62 63 > >>