<< < 54 55 56 57 58 59 60 61 62 63 64 > >>   ∑:2539  Sort:Rank

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, ≈33🔥, 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, ∼8941🔥, 1💬

💬 2016-06-14 tr: helpful

"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, ≈13🔥, 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, ∼4207🔥, 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, ∼3982🔥, 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, ∼6518🔥, 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, ∼4312🔥, 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, ∼3600🔥, 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, ∼3671🔥, 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, ∼7116🔥, 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, ∼3745🔥, 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, ≈11🔥, 1💬

💬 2016-05-26 nilesh: thanks

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, ∼3956🔥, 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, ∼3807🔥, 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, ∼7917🔥, 1💬

💬 2016-05-19 Doug Paul: Was much easier finding here than on BouncyCastle's website. Thanks

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, ∼3702🔥, 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, ∼3347🔥, 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, ∼8008🔥, 1💬

💬 2016-05-10 venu: testing for my requirement

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, ∼3634🔥, 0💬

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, ∼3398🔥, 0💬

derbyclient-10.5.3.jar - Derby Client
pache Derby is an open source relational database implemented entirely in Java and available under the Apache License, Version 2.0. Derby has a small footprint -- about 2 megabytes for the base engine and embedded JDBC driver. Derby is based on the Java, JDBC, and SQL standards. JAR File Size and Do...
2016-05-06, ≈21🔥, 2💬

💬 2016-05-06 Ali: tahnk you

axis2-adb-1.4.1.jar - Axis2 ADB
Apache Axis2 is the core engine for Web services. It is a complete re-design and re-write of the widely used Apache Axis SOAP stack, built on the lessons learnt from Apache Axis. JAR File Size and Download Location: File name: axis2-adb.jar, axis2-adb-1.4.1.jar File size: 777530 bytes Date modified:...
2016-04-27, ≈17🔥, 1💬

💬 2016-04-27 Teja: Thanks

JAR (Java ARchive) File Format Specification
What Is Specifiction of JAR (Java ARchive) File Format? JAR (Java ARchive) is a platform-independent file format that aggregates many files into one file. The specification of JAR file format is divided into several areas: 1. JAR Internal Archive Structure - When files and folders are archived into ...
2016-04-23, ∼3538🔥, 0💬

What Is JAR (Java ARchive) File Format
What Is JAR (Java ARchive) File Format? JAR (Java ARchive) is a platform-independent file format that aggregates many files into one file. Originally, JAR file format is designed to bundle multiple Java applets and their requisite components (.class files, images and sounds) into a single file, whic...
2016-04-23, ∼3316🔥, 0💬

<< < 54 55 56 57 58 59 60 61 62 63 64 > >>   ∑:2539  Sort:Rank