Project Zero Command Line Interface
The Project Zero command line interface contains the base support for developing and running Zero applications. Additional Zero runtime libraries are retrieved as needed from a Zero module repository, like when you create an application for the first time.
The instructions below are for the latest Project Zero code. Previous versions of the Project Zero code can be found below.
Download and Installation of the Command Line Interface
- Download the zero.zip file and unzip it to any directory. This results in a subdirectory called zero that contains the commands for running the Zero CLI.
- Add the zero directory to the user's PATH environment variable.
- Add the bin directory under the JDK installation directory to the user's PATH environment variable.
Getting Started with the CLI
To get started using the CLI including how to add PHP support, refer to the "Installing and configuring: Command Line Interface" section of the Getting Started Guide for instructions.
System Requirement for Command Line Interface
- Windows, Mac OS X, or Linux operating system
- Java SE Development Kit (JDK) 5.0
For Windows from Sun
For Linux from IBM developerWorks
For Mac from Apple
Note: IBM Employees should use the IBM internal site for downloading the JDK
Project Zero Application Builder - new beta available!
The new Project Zero Application Builder is now available as an option for you to develop your Zero applications. While the Project Zero Application Builder is early in development, it supports the basics for developing and running Zero applications. Take a look and let us know what you think in the forums. Your feedback will help us make sure the Project Zero Application Builder meets your needs.
System Requirements for Project Zero Application Builder
- Windows, Mac, or Linux operating system
- Zero CLI
- Mozilla Firefox browser
To run the Project Zero Application Builder, in the zero directory (where the Zero CLI was installed) run the script "startAppBuilder".
Previous Versions of the CLI
| Version | Release Date | CLI Download Info | Installation Instructions |
| Milestone 7 | Under Development | Command Line | Getting Started |
| Milestone 6 | 04/07/2008 | Command Line - M6 | Getting Started - M6 |
| Milestone 5 | 03/25/2008 | Command Line - M5 | Getting Started - M5 |
| Milestone 4 | 02/09/2008 | Command Line - M4 | Getting Started - M4 |
| Samples - M4 | |||
| Milestone 3 | 12/14/2007 | Command Line - M3 | Getting Started - M3 |
| Command Line Samples | Getting Started Samples - M3 | ||
| Milestone 2 | 10/30/2007 | Command Line - M2 | Getting Started - M2 |
| Command Line Samples | Getting Started Samples - M2 | ||
| Milestone 1 | 09/19/2007 | Command Line - M1 | Getting Started - M1 |
| Command Line Samples | Getting Started Samples - M1 |
Source Code
Go to the Source Code to see what really makes Project Zero tick!
