Interface ICookable

    • Field Detail

      • BOOT_CLASS_LOADER

        static final ClassLoader BOOT_CLASS_LOADER
        The ClassLoader that loads this classes on the boot class path, i.e. the JARs in the JRE's "lib" and "lib/ext" directories, but not the JARs and class directories specified through the class path.
      • SYSTEM_PROPERTY_SOURCE_DEBUGGING_ENABLE

        static final String SYSTEM_PROPERTY_SOURCE_DEBUGGING_ENABLE
        Value 'org.codehaus.janino.source_debugging.enable'.

        Setting this system property to 'true' enables source-level debugging. Typically, this means that compilation is executed with '-g:all' instead of '-g:none'.

        See Also:
        Constant Field Values
      • SYSTEM_PROPERTY_SOURCE_DEBUGGING_DIR

        static final String SYSTEM_PROPERTY_SOURCE_DEBUGGING_DIR
        Value 'org.codehaus.janino.source_debugging.dir'.

        If source code is not compiled from a file, debuggers have a hard time locating the source file for source-level debugging. As a workaround, a copy of the source code is written to a temporary file, which must be included in the debugger's source path. If this system property is set, the temporary source file is created in that directory, otherwise in the default temporary-file directory.

        See Also:
        File.createTempFile(String, String, File), Constant Field Values