<< < 78 79 80 81 82 83 84 85 86 87 88 > >>   Sort: Date

What is Oracle Database 11g XE (Express Edition)
What is Oracle Database 11g XE (Express Edition)? Oracle Database 11g XE (Express Edition) is a free starter database for: Developers working on Node.js, Python, PHP, Java, .NET, XML, and Open Source applications DBAs who need a free, starter database for training and deployment Independent Software...
2018-03-13, 1853🔥, 0💬

jTDS JDBC Driver Connection URL String
What is the correct format jTDS JDBC Driver Connection URL string? I am getting exceptions when calling the DriverManager.getConnection(ur l)method. When you are calling the DriverManager.getConnection(ur l)method to establish a connection to a SQL Server database through the jTDS JDBC driver, you h...
2017-02-03, 1852🔥, 0💬

Source Code for SLF4J 1.7.31 Extensions
SLF4J Extensions is a library of 3 components: Profiler, Extended logger, Event Logging, Logging added with Java agent. Here is the source code for SLF4J Extensions You can download its pre-compiled version slf4j-ext-1.7.31.jar at SLF4J Download Website .   Or download all of them as a single archiv...
2023-03-17, 1850🔥, 0💬

jdk.hotspot.agent/sun.jvm.hotspot.tools.jcore.ClassDump - JVM Class Dumper
How to run "jdk.hotspot.agent/sun.jvm.hot spot.tools.jcore.ClassDump"tool from JDK lib\modules JImage file? "jdk.hotspot.agent/sun.jvm.hot spot.tools.jcore.ClassDump"tool allows you to dump class information of a given JVM process. "jdk.hotspot.agent/sun.jvm.hot spot.tools.jcore.ClassDump"tool is su...
2019-09-16, 1847🔥, 0💬

Start Oracle Database 11g XE on Windows
How to start Oracle Database 11g XE on my local Windows computer? I have installed it earlier. If you have Oracle Database 11g XE (Express Edition) installed on your local Windows computer, you can follow these steps to start and stop Oracle Database 11g server: 1. Run "Start &gt; All Programs &...
2018-03-28, 1846🔥, 0💬

SslClientCmd.java - SSL Client Command Example
How to create an SSL client program to run like a command? Here is an SSL client example program you can run like a command to communicate to any HTTPS web server: // Copyright (c) FYIcenter.com import java.net.*; import java.io.*; import javax.net.ssl.*; public class SslClientCmd { public static vo...
2018-03-31, 1844🔥, 0💬

Dependency Finder, How To Download?
Dependency Finder is a suite of tools for analyzing compiled Java code. At the core is a powerful dependency analysis application that extracts dependency graphs and mines them for useful information. This application comes in many forms for your ease of use, including command-line tools, a Swing-ba...
2015-10-21, 1843🔥, 0💬

More Java Example on Apache Commons IO JAR
Where can I find more Java examples on using Apache Commons IO JAR? To find more Java examples on using Apache Commons IO JAR, you can read Ilias Koutsakis's "Apache Commons IO Tutorial: A beginner’s guide .   ⇒ FAQ for Apache commons-io.jar ⇐ Java Example of org.apache.commons.io.monitor ⇑ Using ...
2017-04-28, 1841🔥, 0💬

org.apache.commons.codec.binary.BinaryCodec Example
What is org.apache.commons.codec.binar y.BinaryCodecclass? How to use org.apache.commons.codec.binar y.BinaryCodecclass? org.apache.commons.codec.binar y.BinaryCodecclass is a Java class offered in commons-codec.jar that converts between byte arrays and strings of "0"s and "1"s. Two commonly used in...
2017-04-08, 1839🔥, 0💬

jdk.jfr/jdk.jfr.internal.cmd.Execute - JFR Tool
How to run "jdk.jfr/jdk.jfr.internal.cmd. Execute"tool from JDK lib\modules JImage file? "jdk.jfr/jdk.jfr.internal.cmd. Execute"tool allows you to run the Java Flight Recorder (JFR) tool for collecting diagnostic and profiling data about a running Java application. "jdk.jfr/jdk.jfr.internal.cmd. Exec...
2019-05-14, 1838🔥, 0💬

PPT2PNG - Apache POI PowerPoint Slides Example
What is PPT2PNG example in the Apache POI package? How to run PPT2PNG example? PPT2PNG example in the Apache POI package is created by Yegor Kozlov. It demonstrates how you can use HSLF to convert each slide (in *.ppt format) into a PNG image. PPT2PNG example uses the Horrible Slide Layout Format (H...
2017-02-08, 1838🔥, 0💬

DomXmlDtdValidation.java - DOM Parser with DTD Validation
How to parse an XML file with DTD validation using the DOM API? if you want to parse an XML file with DTD validation using the DOM API, you can follow these suggestions: 1. Set the validation flag to true on DocumentBuilderFactory object: DocumentBuilderFactory f = DocumentBuilderFactory.newInst ance...
2017-12-13, 1836🔥, 0💬

What Is jaxb-api-1.0.6.jar JAXB API JAR
What is jaxb-api-1.0.6.jar JAXB API JAR? Java Architecture for XML Binding (JAXB) is a Java API that allows Java developers to map Java classes to XML representations. jaxb-api-1.0.6.jar is the release 1.0.6 API Java library for JAXB 1.0 specification. JAR File Size and Download Location: JAR name: ...
2018-06-01, 1834🔥, 0💬

RunScript.java - Run JavaScript as Command Option
How to use RunScript.java example to run JavaScript code as a command option? I have Rhino 1.7R5 installed. If you want to use RunScript.java example to run JavaScript code as a command option, you can follow this tutorial: 1. Compile the RunScript.java example: &gt;cd \fyicenter\rhino1_7R5\exam...
2017-08-03, 1829🔥, 0💬

Download SJP Reference Implementation sjp-1_0-fr-ri.zip
How to download and install SJP Reference Implementation sjp-1_0-fr-ri.zip? If you want to try the reference implementation of SJP (Scripting for the Java Platform), you can follow this tutorial to download and install sjp-1_0-fr-ri.zip: 1. Go to JSR 223: Scripting for the Java Platform Website. 2. ...
2017-07-25, 1824🔥, 0💬

jetty-monitor-8.1.7.v20120910.jar - Jetty Monitor
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-monitor.jar, jetty-monitor-8.1.7.v20120910. jarFile size: 52705 bytes Date modified: 10-S...
2015-05-08, 1824🔥, 0💬

JDK 11 jdk.jdwp.agent.jmod - JDWP Agent Module
JDK 11 jdk.jdwp.agent.jmod is the JMOD file for JDK 11 JDWP Agent module. JDK 11 JDWP Agent module compiled class files are stored in \fyicenter\jdk-11.0.1\jmods\jd k.jdwp.agent.jmod.JDK 11 JDWP Agent module compiled class files are also linked and stored in the \fyicenter\jdk-11.0.1\lib\modu lesJIm...
2020-07-07, 1822🔥, 0💬

What Is in xml-commons-external-1.3.05-bin.zip
What Is in xml-commons-external-1.3.05-bi n.zip?xml-commons-external-1.3.05-bi n.zipfile is the distribution package ZIP file for Apache xml-commons External Code Package 1.3.05. Apache xml-commons External Code Package contains codes from external sources for XML programm with various APIs like: DO...
2017-09-01, 1818🔥, 0💬

JDK 17 jdk.sctp.jmod - SCTP Module
JDK 17 jdk.sctp.jmod is the JMOD file for JDK 17 SCTP module. JDK 17 SCTP module compiled class files are stored in \fyicenter\jdk-17.0.5\jmods\jd k.sctp.jmod.JDK 17 SCTP module compiled class files are also linked and stored in the \fyicenter\jdk-17.0.5\lib\modu lesJImage file. JDK 17 SCTP module s...
2023-07-18, 1815🔥, 0💬

jetty-overlay-deployer-8.1.7.v20120910.jar - Jetty Overlay Deployer
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-overlay-deployer.jar, jetty-overlay-deployer-8.1.7.v 20120910.jarFile size: 34327 bytes D...
2015-04-24, 1815🔥, 0💬

List of Demo Programs in jxl.jar 2.6.12
What are demo programs included in jxl.jar 2.6.12? JExcelApi, jxl.jar 2.6.12 comes with a raft of demonstration and test programs contained in the package jxl.demo. These may be accessed from the command line as follows: "java -jar jxl.jar -csv spreadsheet.xls" Reads spreadsheet.xls and writes out t...
2018-04-07, 1814🔥, 0💬

javax.transaction-1.1.1.v201105210645.jar
javax.transaction provides the API that defines the contract between the transaction manager and the various parties involved in a distributed transaction namely: resource manager, application, and application server. This is an open-source implementations of javax.transaction distributed as part of...
2015-05-08, 1814🔥, 0💬

Download Rhino to SJP Wrapper rhino-js-engine-1.7.7.1.jar
How to download and install the Rhino to SJP Wrapper library rhino-js-engine-1.7.7.1.jar? If you want to use the Rhino !.7R5 Java library with the SJP API, you need to download and install the Rhino to SJP Wrapper library, rhino-js-engine-1.7.7.1.jar: 1. Go to Rhino Js Engine archive Website. 2. Cli...
2017-07-21, 1810🔥, 0💬

JDK 5 htmlconverter.jar - HTML Converter
JDK 5 htmlconverter.jar is the JAR file for JDK 5 JavaFX Doclet Tool defined in the "com\javafx\tools\doclets" package. JAR File Information: Directory of C:\fyicenter\jdk-1.5.0_22\lib 278,020 htmlconverter.jar   ⇒ JDK 5 jconsole.jar - JConsole ⇐ JDK 5 dt.jar - Java Swing Desktop ⇑ Download and Rev...
2019-04-03, 1809🔥, 0💬

<< < 78 79 80 81 82 83 84 85 86 87 88 > >>   Sort: Date