J2JS
Home > Quick Start

Getting Started in 5 Minutes

Get started fast. Run and modify the j2js-Demos project in 4 steps.

1. Step 1

Download the j2js-Runtime and the j2js-Demo projects and install them in the workspace of your IDE.

Result: Both projects are installed and compile without errors.

2. Step 2

Run the build-all target of the Ant build file j2js-Demo/build.xml.

Result: The build runs without errors and generates all assemblies and HTML pages in the j2js-Demos/build/site directory.

3. Step 3

Load any of the HTML pages in a compatible browser and execute the demo.

Result: All demos should execute as specified and without errors.

4. Step 4

Change the code of any demo (for example the HelloWorld-demos) and repeat step 2.

Result: After reloading, the modified demo should execute as desired.

Last build on Sat Jan 03 11:07:13 CET 2009