I have an applet that was originally built with JBuilder long time ago. I believe it worked fine until fairly recently. It has stopped working. I have imported it to Eclipse to debug, and found that public static void main()
is not called. This can explain the applet's crash.
My hunch is that the newer JVM does not call public static void main()
for applets. Could anyone shed some light on this?