| RUVA_VERSION | = | '0.0.2' | ||
| RUVA_LIB | = | File.dirname(__FILE__) | ||
| RUVA_HOME | = | File.join(RUVA_LIB, '..') | ||
| RUVA_RUNTIME | = | [File.join(RUVA_LIB, 'runtime_lib')] | An array that will contain the system boot classpaths for Ruva. This includes the VM‘s own runtime interface, and the GNU Classpath libraries (if found) as referenced by the GNU_CLASSPATH_LIB env var. |