Dynamic Linking

One of the most important features of Java is the ability to dynamically load code in the form of class files during execution, be it from local files or from a remote server. The Jamaica Virtual Machine supports this dynamic class loading enabling the full power of Java for your applications. Any software component can be loaded dynamically, allowing on-the-fly reconfiguration, hot swapping of code, dynamic additions of new features, applet execution, ...