Terminology
JAVA uses the following terms:
Java Virtual Machine (JVM) | It is a runtime environment that executes a source code written in Java. |
JAVA script (JAVA Runnable) | Java class that implements the functionality of the application. It is created by an application programmer. |
WRAPPER | A class ensuring an interface to the D2000 System. It is created automatically by the D2000 System. |
External library | These libraries exist in the form of .jar files or as a group of .class files with a directory structure. They are in binary form and they are placed in the application directory %lt;aplikacny_adresar%gt;\java\shared\lib (they can be placed also in subdirectories). These libraries cannot use any object of D2000. |
User library | These libraries exist in the form of .class files with the directory structure. They are in binary form and they are placed in the application directory %lt;aplikacny_adresar%gt;\java\shared\classes. |
Related pages: