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

RhinoSystemOut.java - Mapping Java Object to Rhino
How to map "System.out" object to Rhino JavaScript context, so I can use it in my JavaScript code? If you want to map "System.out" object or any other objects to Rhino JavaScript context, you can follow this tutorial: 1. Create a Context object and Scriptable scope object with an instance of Context...
2017-08-13, ∼3291🔥, 0💬

sqljdbc JDBC getClientInfo() Method Not Supported
Is the getClientInfo() method supported by sqljdbc JDBC driver? No. The instance getClientInfo() method on java.sql.Connection interface is not supported by sqljdbc JDBC driver in all versions. You can use the following Java example to test the getClientInfo() method: // Copyright (c) 2016 FYIcenter...
2016-12-18, ∼3289🔥, 0💬

RhinoFunctionCall.java - Call JavaScript Function from Java
How to call an JavaScript function from my Java code? I have Rhino 1.7R5 installed. If you want to call an JavaScript function from my Java code, you can follow this tutorial: 1. Create a Context object and Scriptable scope object with an instance of ContextFactory: ContextFactory f = new ContextFac...
2017-08-08, ∼3284🔥, 0💬

Running Program with Apache Log4j Configuration
How to run my program with Apache Log4j configuration files? I have my program using Log4j 2 API compiled. And my log4j2.xml configuration file is ready. The easiest way to run your program with a Log4j 2 configuration file is: Name your configuration file as log4j2.xml. Place your configuration fil...
2015-11-11, ∼3284🔥, 0💬

JRE 7 javaws.jar - Java Web Start
JRE 7 javaws.jar is the JAR file for JRE 7 Java Web Start, which allows users to start Java applications directly from the Internet using a web browser. JRE (Java Runtime) 7 is the runtime environment included in JDK 7. JRE 7 javaws.jar contains Java classes to launch Java Web Start: com.sun.javaws....
2019-06-01, ∼3282🔥, 0💬

SslSocketClient.java - SSL Socket Client Example
How to write an SSL socket client code to communicate to a HTTPS Website using jsse.jar? If you want to write an SSL socket client code to communicate to a HTTPS Website using jsse.jar, you can following the example below: // Copyright (c) FYIcenter.com import java.net.*; import java.io.*; import ja...
2018-03-31, ∼3282🔥, 0💬

apache-mime4j-storage-0.7.2.jar - MIME4J Storage
Apache James Mime4J provides a parser, MimeStreamParser , for e-mail message streams in plain rfc822 and MIME format. The parser uses a callback mechanism to report parsing events such as the start of an entity header, the start of a body, etc. JAR File Size and Download Location: File name: apache-...
2013-11-06, ∼3279🔥, 0💬

lucene-spellchecker-3.6.2.jar Lucene Search Engine Spellchecker
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-spellchecker.jar - Lucene Search Engine: spellchecker JAR File Size and Download Location: File name: lucene-sp...
2014-03-06, ∼3269🔥, 0💬

Download and Install junit-4.6.jar
How to download and install junit-4.6.jar? JUnit is a simple framework to write repeatable tests for Java applications. You can follow these steps to download and install junit-4.6.jar: 1. Go to the JUnit Website . 2. Click the "Download and install" link. You will see the GitHub JUnit page. 3. Clic...
2016-03-04, ∼3268🔥, 0💬

jetty-deploy-8.1.7.v20120910.jar - jetty Deploy
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-deploy.jar, jetty-deploy-8.1.7.v20120910.j arFile size: 60531 bytes Date modified: 10-Sep...
2013-06-15, ∼3267🔥, 0💬

Source Code for SLF4J 1.7.31 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-1.7.31.jar at SLF4J Download Website .   Or download all of them as a single archive file: File name:...
2023-04-02, ∼3266🔥, 2💬

jVinci-2.4.0.jar - Apache UIMA Vinci Transport Library
Unstructured Information Management applications (UIMA) are software systems that analyze large volumes of unstructured information in order to discover knowledge that is relevant to an end user. uima-adapter-vinci.jar - The Vinci Transport Library. JAR File Size and Download Location: File name: jV...
2013-08-02, ∼3265🔥, 0💬

Handshake and Data Messages in WebSocket Protocol
What are handshake and data messages used in WebSocket Protocol? When a client and a server communicate with WebSocket protocol, they use the following handshake messages before and after their data transfer messages: 1. Client sends handshake request to server: "GET /chat HTTP/1.1". WebSocket borro...
2018-01-27, ∼3262🔥, 0💬

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

Using commons-net.jar in Java Programs
Where to find answers to frequently asked questions on Using commons-net.jar in Java Programs. Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Using commons-net.jar in Java Programs: Class Packages in Apache commons-net.jar What Is commons-net-example...
2017-05-12, ∼3259🔥, 0💬

lucene-spatial-4.3.1.jar - Apache Lucene Geospatial
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-spatial.jar - Geospatial search JAR File Size and Download Location: File name: lucene-spatial.jar, lucene-spat...
2013-07-27, ∼3255🔥, 0💬

javax.mail.glassfish-1.4.1.v201005082020.jar
This implementation of javax.mail is distributed as part of Jetty. JAR File Size and Download Location: File name: javax.mail.jar, javax.mail.glassfish-1.4.1.v20 1005082020.jarFile size: 490811 bytes Date modified: 10-Sep-2012 Download: Jetty Manifest of the JAR: Bundle-Vendor: %Bundle-Vendor.0 Bund...
2015-05-13, ∼3253🔥, 0💬

Download and Install javax.websocket-client-api-1.1.jar
How to download and install javax.websocket-client-api-1.1 .jar?Java API for WebSocket is a Java API that supports WebSocket protocol for two-way communications between Web browsers and Websites. javax.websocket-client-api-1.1 .jaris the client side Java library for Java API for WebSocket 1.1. You c...
2018-01-19, ∼3252🔥, 0💬

SslCipherList.java - SSL Cipher List
How to get a list of SSL ciphers supported in jsse.jar? You can use the following sample Java code to a list of SSL ciphers supported in jsse.jar: // Copyright (c) FYIcenter.com import java.net.*; import java.io.*; import javax.net.ssl.*; public class SslCipherList { public static void main(String[]...
2018-03-31, ∼3251🔥, 0💬

What Is Connector/J - JDBC Driver for MySQL?
What is Connector/J - JDBC Driver for MySQL? Connector/J is a JDBC driver from Oracle that provides database connectivity MySQL server through the standard JDBC application program interfaces (APIs) available in Java. Releases of Connector/J - JDBC Driver for MySQL: Connector/J 8.0.31 2022-09-03 Con...
2016-11-27, ∼3248🔥, 0💬

What Is XSL-FO Language
What Is XSL-FO Language? XSL-FO (Extensible Stylesheet Language - Formatting Objects) is an XML based language that can be used to describes the way pages are set up. The contents of the pages are filled from flows. There can be static flows that appear on every page (for headers and footers) and th...
2015-11-26, ∼3248🔥, 0💬

Msg2txt - Apache POI Outlook Email Example
What is Msg2txt example in the Apache POI package? How to run Msg2txt example? Msg2txt example in the Apache POI package is created by Bruno Girin. It reads one or several Outlook email (*.msg) files and for each of them creates a text file from available chunks and a directory that contains attachm...
2017-02-08, ∼3247🔥, 0💬

SqlServerInsertRow.java - sqljdbc JDBC Insert Row
How to insert a row of data into a table in SQL Server using the sqljdbc 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 sqljdbc JDBC driver: // Copyright (c) 2016 FYIcenter.com import java.sql....
2016-12-08, ∼3245🔥, 0💬

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

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