Invoking the Java Virtual Machine
Get it
The Java from C++ invoker is included into the archive of the Scriptol to C++ or binary executable compiler.
Why Java?
Scriptol, with just import statements and nothing else, allows to
use Java classes and call their methods exactly as Scriptol classes
and methods...
You can program with the clear and modern syntax of Scriptol, and
still use the huge library of Java and also Java classes written by
yourself or third parties...
The Java runtime includes:
- Graphical user interface.
- 2D graphics.
- 3D graphics.
- Sound, speech.
- Xml.
- and so ones...
How it works
The Scriptol compiler produces a binary executable, easy to install,
unlike Java classes in bytecode...
Nothing to install but the executable and its files. Of cource, the
Java runtime is required!