That's great! I had IKVM on my todo list, but never found the time to
test it. Now I have downloaded it and it works! I didn't expect it to
be that easy. Even the Console works; unfortunately it throws an
exception when starting up (in the AWT code). But it still works. Only
the URL is not shown. I will implement a workaround: if there is an
exception in frame.setVisible(true), then the URL will be printed to
the screen (System.out.println), and the exception is ignored. Like
this the browser window opens as well. This will be included in the
next release. I hope I can also document this a bit.
Regards,
Thomas