Klasse RtCompilerRunner

java.lang.Object
com.github.hypfvieh.java.rtcompiler.RtCompilerRunner

public final class RtCompilerRunner extends Object
Compile and execute a Java source file at run-time.
Requires a JDK to execute.
Returns 0 using System.exit() on success. Positive return codes greater than 0 indicate an error.
See RtCompilerRunner.ReturnCode for possible error conditions.
Seit:
1.0.0 - 2024-01-25
Autor:
spannm
  • Methodendetails

    • main

      public static void main(String[] _args)