Results 4 comments of Stik

My team has recently decided to switch our development to TeaVM, and for the most part we're really liking it, but this exception handling behaviour is probably one of our...

Thanks for the quick response. I understand that converting between JS and Java stack traces is non-trivial and your reasoning is sound (although I tend to disagree about the security...

Here's an example: ```java public class ExampleThing { public static void main(String[] args) { System.out.println("Expecting to see an exception:"); String msg = "hello"; System.out.println("Position 5: " + msg.charAt(5)); } }...

I also have this issue. I would like to use JUNG for a fairly trivial use case in a modern java app but the module system prevents me from using...