I am trying to use cheerpj to run my Java Swing app in a browser.
I can run the example SwingSet3.jar example with no problems.
However with my jar the process hangs at "Jar is loaded,main is starting"
Is there anyway of logging where/why it gets stuck?
I can run my app using java -jar , with no problems on Windows 10.