Debugging java applet in browser - works in Eclipse but not browser

后端 未结 5 1878
长发绾君心
长发绾君心 2021-01-12 12:34

I have created an applet that opens a JFileChooser to select a file on the click of a JButton. It works fine when I run it in Eclipse. When I embed

5条回答
  •  伪装坚强ぢ
    2021-01-12 12:43

    Consider enabling the Java Console which will allow you to see all the exception stack traces hopefully making it easier for you to debug.

    Also "appletviewer" is designed for testing applets outside a browser including allowing you to see the exceptions.

提交回复
热议问题