J2JS
Home > Docs >

1. Documentation

This folder provides you with information on how to program and build J2JS applications.

2. Building

Building is the proccess of cross-compiling Java class files and generating the JavaScript assemblies. Usually, your IDE (like Eclipse) will syncronize the Java class files with the Java source code, probably automatically while saving the sources.

To build the assemblies, you invoke the J2JS cross-compiler from the command line or from your IDE (for example Eclipse Run). In either case, the cross-compiler can be invoked directly through a static main method, or through an ant target.

Last build on Sat Jan 03 11:06:48 CET 2009