We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c506f commit 34a925bCopy full SHA for 34a925b
jjava-launcher/src/main/java/org/dflib/jjava/launcher/KernelLauncher.java
@@ -12,6 +12,8 @@
12
* The command to run the kernel is constructed by combining the JVM executable,
13
* the JJAVA_JVM_OPTS environment variable (if set), and the kernel arguments.
14
*/
15
+// TODO: stop using exceptions for flow control. We are dealing with a single class and a main method here.
16
+// All the errors should be reported as exit code and messages printed to stderr
17
public class KernelLauncher {
18
19
// Since "launcher" is kind of a part of the "distro", we are using JUL directly,
0 commit comments