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

Add Security Exception for JavaWS to Run Application
How to modify security settings to allow JavaWS to run applications from my Website? My Website does not have server certificate. If your Website does not have server certificate, you can add an exception in the security setting for JavaWS to run your application as shown in this tutorial: 1. Go to ...
2017-07-15, ∼2871🔥, 0💬

jetty-client-8.1.7.v20120910.jar - jetty Client
Jetty provides an HTTP server, HTTP client, and javax.servlet container. These components are open source and available for commercial use and distribution. JAR File Size and Download Location: File name: jetty-client.jar, jetty-client-8.1.7.v20120910.j arFile size: 87619 bytes Date modified: 10-Sep...
2013-06-18, ∼2869🔥, 0💬

What Is JUnit (Java Unit) Testing
What Is JUnit (Java Unit) Testing? JUnit is a simple framework to write repeatable tests for Java applications. It is an instance of the xUnit architecture for unit testing frameworks. JUnit features include: Assertions for testing expected results Test fixtures for sharing common test data Test run...
2016-02-18, ∼2868🔥, 0💬

org.apache.commons.collections4.bag.HashBag Example
What is org.apache.commons.collections 4.bag.HashBagclass? How to use org.apache.commons.collections 4.bag.HashBagclass? org.apache.commons.collections 4.bag.HashBagclass is a Java class offered in commons-collections4.jar that implements the org.apache.commons.collections 4.Baginterface using a Has...
2017-05-20, ∼2866🔥, 0💬

JSAP-2.1.jar - JSAP (Java Simple Argument Parser)
JSAP (Java Simple Argument Parser) is another command line parser. JAR File Size and Download Location: File name: jsap.jar, JSAP-2.1.jar File size: 69344 bytes Date modified: 03-Aug-2006 Download: JSAP (Java Simple Argument Parser) List of Classes in the JAR: com/martiansoftware/jsap/Comma ndLineTok...
2013-12-25, ∼2864🔥, 0💬

Tutorial4 - Apache POI PowerPoint Slides Example
What is Tutorial4 example in the Apache POI package? How to run Tutorial4 example? Tutorial4 example in the Apache POI package is created by Yegor Kozlov. It demonstrates how to create a table on a PowerPoint slide in *.pptx format. Tutorial4 example uses the OpenXML Slide Layout Format (XSLF) API, ...
2017-02-14, ∼2863🔥, 0💬

axiom-c14n-1.2.14.jar - AXis Object Model C14N
The Apache Axiom library provides an XML Infoset compliant object model implementation which supports on-demand building of the object tree. It supports a novel "pull-through" model which allows one to turn off the tree building and directly access the underlying pull event stream using the StAX API...
2013-11-13, ∼2861🔥, 0💬

RhinoExportVar.java - Exporting Rhino Variable to Java
How to export variable from Rhino JavaScript context to a Java object? If you want to export variable from Rhino JavaScript context to a Java object, you can follow this tutorial: 1. Create a Context object and Scriptable scope object with an instance of ContextFactory: ContextFactory f = new Contex...
2017-08-08, ∼2860🔥, 0💬

jsse.jar - JSSE API and SunJSSE Provider
What is the JSSE API and SunJSSE provider? The JSSE API is a set of Java library in the Java Extension packages: javax.net and javax.net.ssl packages, The JSSE API JDK 8 version provides API for: Secure sockets and server sockets. A nonblocking engine for producing and consuming streams of SSL/TLS d...
2018-02-14, ∼2856🔥, 0💬

MySqlInsertRow.java - Connector/J JDBC Insert Row
How to insert a row of data into a table in MySQL using the Connector/J 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 MySQL using the Connector/J JDBC driver: // Copyright (c) FYIcenter.com import java.sql.DriverM...
2016-12-02, ∼2855🔥, 0💬

hornetq-jms-server-2.3.0.jar - HornetQ
HornetQ is the new ultra high performance enterprise grade messaging system from JBoss, sets a record breaking score in the SPECjms2007 industry standard benchmark for JMS messaging system performance. hornetq-jms-server.jar is the JMS Server module. JAR File Size and Download Location: File name: h...
2013-12-18, ∼2853🔥, 0💬

lucene-join-4.3.1.jar - Apache Lucene Join
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-join.jar - Index-time and Query-time joins for normalized content. JAR File Size and Download Location: File na...
2013-07-23, ∼2852🔥, 0💬

Uninstall JDK 8 from Windows Computer
How to uninsatll JDK 8 from my Windows computer? I don't need it any more. If you want to uninstall JDK 8 from your Windows computer, you can follow these steps: 1. Go to "Control Panel &gt; Programs &gt; Programs and Features". You see "Java SE Development Kit 8 Update 191 (64-bit)" listed ...
2019-07-09, ∼2846🔥, 0💬

FAQ for Java EE (Enterprise Edition)
Where to find answers to frequently asked questions on Java EE (Enterprise Edition)? Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Java EE (Enterprise Edition): Understanding Java EE What Is Java EE (Enterprise Edition) Release History of Java EE Wh...
2017-07-02, ∼2846🔥, 0💬

Java Source Code Example for jxl.jar
Where to find answers to frequently asked questions on Java Source Code Example for jxl.jar. Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Java Source Code Example for jxl.jar: Example of Creating Excel File with jxl.jar Example of Excel Label Forma...
2018-02-21, ∼2839🔥, 0💬

Using commons-codec.jar in Java Programs
Where to find answers to frequently asked questions on Using commons-codec.jar in Java Programs. Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Using commons-codec.jar in Java Programs: Class Packages in Apache commons-codec-1.10.jar org.apache.commo...
2016-11-20, ∼2838🔥, 0💬

Connector/J JDBC Driver Connection Properties
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: user - The user to connect as password - The password to use when connecting socket...
2016-12-04, ∼2836🔥, 0💬

JAXB API Classes in Java SE 8
What are JAXB API 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 API class included in the \fyicenter\jdk-1.8.0\jre\lib\r t.jarfile as described below: F...
2018-01-08, ∼2833🔥, 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, ∼2831🔥, 0💬

OracleCreateTable.java - Oracle JDBC Create Table
How to create a new table in Oracle using the ojdbc Oracle Driver? I want to see a Java program example. Here is a Java example that shows you how to create a new table in Oracle using the ojdbc Oracle Driver: // Copyright (c) FYIcenter.com import java.sql.DriverManager; import java.sql.Connection; ...
2018-03-28, ∼2830🔥, 0💬

Multiple sqljdbc*.jar Files in sqljdbc 6.0
Why there are multiple sqljdbc*.jar files in the sqljdbc 6.0 distribution package? sqljdbc 6.0 distribution package contains multiple sqljdbc*.jar files to be used in different situations: sqljdbc42.jar supports JDBC 4.2 API and is compiled in JDK 1.8. You need to use sqljdbc42.jar, if you are using...
2017-01-11, ∼2829🔥, 0💬

Run msgsend.java 1.5.4 with Gmail SMTP Server
How to run msgsend.java with javax.mail-1.5.4.jar with Gmail using SSL POP3 protocol? I have a valid Gmail email account. msgsend.java in javamail-samples.zip can be used to send out a simple text mail message through Gmail server using SSL SMTP protocol. Here is an execution session of msgsend.java...
2016-01-15, ∼2829🔥, 0💬

JDK 1.1 Installed Directories and Files
What are JDK 1.1 installed directories and files? All JDK 1.1 installed directories and files are located at the "Installed to" directory. For example: C:\fyicenter\jdk-1.1.8: C:\fyicenter\jdk-1.1.8\... 6656 bin\appletviewer.exe 6144 bin\appletviewer_g.exe 5120 bin\jar.exe 5120 bin\jar_g.exe 6144 bi...
2023-01-04, ∼2826🔥, 14💬

jetty-xml-8.1.7.v20120910.jar - XML
Jetty provides an HTTP server, HTTP client, and javax.servlet container. These components are open source and available for commercial use and distribution. JAR File Size and Download Location: File name: jetty-xml.jar, jetty-xml-8.1.7.v20120910.jar File size: 39026 bytes Date modified: 10-Sep-2012 ...
2013-06-25, ∼2824🔥, 0💬

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