Content
Download Apache Ant Windows
Apache Ant is a completely free, cross-platform and open source command-line software implemented in Java, distributed along with the Apache project, and designed from the ground up as a powerful build system for compiling applications written in the Java programming language. Similar to GNU make. Ant Framework mac software, free downloads and reviews at WinSite. Ant's Nest v.1.8 A Java-based GUI for the quick and simple drag 'n' drop creation of Apache Ant. Apache NetBeans provides editors, wizards, and templates to help you create applications in Java, PHP and many other languages. Cross Platform Apache NetBeans can be installed on all operating systems that support Java, i.e, Windows, Linux, Mac OSX and BSD.
Tomcat Native Downloads
Use the links below to download the Apache Tomcat® Native software from one of our mirrors. You mustverify the integrity of the downloaded files using signatures downloaded from our main distribution directory.
Only current recommended releases are available on the main distribution site and its mirrors. Older releases are available from the archive download site.
Downloads¶ Apache Directory Studio is a complete directory tooling platform intended to be used with any LDAP server however it is particularly designed for use with the ApacheDS. It is an Eclipse RCP application, composed of several Eclipse (OSGi) plugins, that can be easily upgraded with additional ones.
Recent releases (48 hours) may not yet be available from the mirrors.
Choose a Mirror
You are currently using https://mirrors.gethosted.online/apache/. If you encounter a problem with this mirror, please select another mirror. If all mirrors are failing, there are backup mirrors (at the end of the mirrors list) that should be available.
You may also consult the complete list of mirrors.
Tomcat Native Connector - 1.2
For more information concerning Tomcat Native, see the Tomcat Native site.
- Source (please choose the correct format for your platform)
- Native 1.2.25 Source Release tar.gz (e.g. Unix, Linux, Mac OS)
- [PGP], [SHA512]
- Native 1.2.25 Source Release zip (e.g. Windows)
- [PGP], [SHA512]
- Native 1.2.25 Source Release tar.gz (e.g. Unix, Linux, Mac OS)
You can find binaries release too. You may download them from HERE
The Windows binaries are available in two variants. a) Default. This is what people usually use. This version of library is included in Apache Tomcat distributions. b) OCSP-enabled. This one has enabled support for verification of client SSL certificates via OCSP protocol (45392).
Each archive contains
tcnative-1.dll
for 32-bit and 64-bit (x64) CPU architectures. You have to use the DLL that matches CPU architecture of JVM that you use to run Tomcat.Binaries for Microsoft Windows built with OpenSSL 1.1.1c- Native 1.2.25 Windows Binaries zip (recommended)
- [PGP], [SHA512]
- Native 1.2.25 Windows OCSP-enabled Binaries zip
- [PGP], [SHA512]
- Native 1.2.25 Windows Binaries zip (recommended)
Verify the Integrity of the Files
You mustverify the integrity of the downloaded files. We provide OpenPGP signatures for every release file. This signature should be matched against the KEYS file which contains the OpenPGP keys of Tomcat's Release Managers. We also provide SHA512
checksums for every release file. After you download the file, you should calculate a checksum for your download, and make sure it is the same as ours.
Cordova for BlackBerry makes use of the BlackBerry WebWorks framework. BlackBerry WebWorks tooling is available for Windows or Mac environments. WebWorks applications can ONLY be deployed to BlackBerry devices running OS 5.0 and higher or the BlackBerry PlayBook operating system.
1. Requirements
- Windows XP (32-bit) or Windows 7 (32-bit and 64-bit) or Mac OSX 10.6.4+
- Java Development Kit (JDK)
- Windows: Oracle JDK (32-Bit Version)
- Mac OS X: Versions prior to Mac OS X 10.7 provided Java by default. OS X 10.7+ requires installation of Java.
- Apache Ant
- Windows: Apache Ant.
- Mac OS X: Apache Ant is bundled with Java install.
2. Install SDK + Cordova
- PlayBook development requires the Adobe Air SDK
- Download and install one or more of the WebWorks SDKs. Keep note of the install directory.
- Smartphone Development: BlackBerry WebWorks Smartphone SDK
- PlayBook Development: BlackBerry WebWorks Tablet OS SDK
- Download the latest copy of Cordova and extract its contents.
3. Setup New Project
- Open up a command prompt/terminal and navigate to where you extracted Cordova.
- There is a directory for each platform that Cordova supports. CD into the blackberry directory.
- The blackberry directory contains two directories,
sample
andwww
. Thesample
folder contains a complete Cordova project. Copy thesample
folder to another location on your computer. - Change to the newly created directory.
- Open up the project.properties file with your favorite editor and edit the entries for
blackberry.bbwp.dir=
and/orplaybook.bbwp.dir=
. Set the value(s) to the directory containing thebbwp
binary in the WebWorks SDK(s) installed earlier.
4. Hello World
Build the Cordova sample project by typing ant target build
in your command prompt/terminal while you are in your project's directory. Replace target
with either blackberry
or playbook
. Note this is a sample Cordova project and not a basic hello world application. The provided index.html in the www contains example usages of many of the Cordova API.
5A. Deploy to Simulator
BlackBerry smartphone simulators are only available on Windows. PlayBook simulators require VMWare Player (Windows) or VMWare Fusion (Mac OS X). The WebWorks SDK provides a default simulator. Additional simulators are available.
- Open the project.properties file with your favorite editor and customize the following properties.
- Smartphone (Optional)
blackberry.sim.dir
: Path to directory containing simulator. On windows file separator ' must be escaped '.blackberry.sim.bin
: Name of the simulator executable in the specified directory.
- Playbook
playbook.sim.ip
: IP address of simulator obtained when placing the simulator in developer mode through simulator security settings.playbook.sim.password
: Simulator password which can be set through simulator security settings.
- Smartphone (Optional)
- While in your project directory, in command prompt/terminal type
ant target load-simulator
. Replacetarget
with eitherblackberry
orplaybook
. Note, for PlayBook the simulator virtual image must already be started. - The application will be installed in the All Applications section in the simulator. Note, on BlackBerry OS 5 the application is installed in the Downloads folder.
5B. Deploy to Device (Windows and Mac)
- Deploying to a device requires signing keys which can be obtained from RIM.
- Fill out this form. to request signing keys.
- Install the signing keys once they have been received:
- Install BlackBerry Desktop Software to be able to install a signed application to a smartphone device attached via USB.
- Open the project.properties file with your favorite editor and customize the following properties:
- Smartphone (Optional)
blackberry.sigtool.password
: Password used when code signing keys were registered. If not specified, a prompt will occur.
- Playbook (Required)
playbook.sigtool.csk.password
: Signing key password.playbook.sigtool.p12.password
: Signing key password.playbook.device.ip
: IP address of device obtained when placing the device in developer mode through device security settings.playbook.device.password
: Device password which is set through device security settings.
- Smartphone (Optional)
- While in your project directory, in command prompt/terminal type
ant target load-device
. Replacetarget
with eitherblackberry
orplaybook
. - The application will be installed in the All Applications section in the device. Note, on BlackBerry OS 5 the application is installed in the Downloads folder.
Additional Information
Download Apache Ant 1.7
The following articles provide help to issues you may encounter when developing a Cordova application which is based on the BlackBerry WebWorks framework.