Christian Oetterli
Christian Oetterli
Evaluating this code against jdk11 causes an IncompatibleClassChangeError ``` ExpressionEvaluator ee = new ExpressionEvaluator(); ee.cook("java.util.stream.Stream.of(1, 2, 3)"); ee.evaluate(new Object[0]); ``` Exception: ``` Exception in thread "main" java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
Hi, thanks for clink! I'm heavily used to the 'Automatic Directory Changes' feature of TCC here: https://jpsoft.com/help/autodir.htm which I would like to have in clink too. May you could give...