Module openj9.dtfj

Interface ILibraryDependentCore

    • Field Detail

      • SYSTEM_PROP_EXE_PATH

        static final String SYSTEM_PROP_EXE_PATH
        The system property which contains the full path to the executable. This can be set on the command line when it is not possible for the reader to deduce where the exe is due to truncated core file entries.
        See Also:
        Constant Field Values
    • Method Detail

      • executablePathHint

        void executablePathHint​(String path)
        Give the core reader a hint to the location of the executable. If it hasn't already found and loaded the libraries, may attempt to do so.
        Parameters:
        path -