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 application. It is created by application programmer. |
WRAPPER | A class ensuring an interface to D2000 System. It is created automatically by D2000 System. |
External library | These libraries exist in the form of .jar files or as the group of
.class files with a directory structure. They are in binary form and they
are placed in 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: