Pramati Technologies

Working with JDK 1.4

Studio supports both JDK 1.3.1 and 1.4 versions. Using either of the JDK versions does not require the developer to make any changes in the way the application is being developed. All the implementations and functionalities are completely supported for both versions.

However, before starting to work with JDK 1.4, the following must be ensured:

  1. Both the Studio and the configured Server must run on the same JDK version.
  2. The QuiCode Database shipped with the product is for JDK 1.3.1. To work with JDK 1.4, the JDK 1.4 src.jar has to be indexed. To know how to do this, refer the section "Indexing the Sources".
  3. Specify the flag "-source 1.4" as "other options" in the Build Properties dialog of the modules in the Desk. This indicates usage of JDK1.4 specific features like assertions.
  4. Using asserts of the format assert i>0; will result in parse errors in editor. To avoid this, write it in the format assert(i>0);


Pramati Technologies  © Copyright   TOCPREVNEXTINDEX