公司安排了一個任務,是在一個SWT的browser中顯示出另一個同事做好的applet程序。想盡各種辦法都沒有成功。最后在查到了問題所在。
這是eclipse官方網站上的FAQ給出的解釋
http://eclipse.org/swt/faq.php#browserplugins
- Q: Why can't I run Java applets in the SWT Browser?
- A: Applets usually don't show up in the SWT Browser. On Windows (Internet Explorer), the Java
plugin fails to run a second Java virtual machine to execute the applet because two Java virtual machines cannot run
in the same process. On Linux (Mozilla), the Java plug-in has been reported to work because it executes in its own process.
See bug 59506 .
posted on 2005-11-25 10:23
小強 閱讀(437)
評論(0) 編輯 收藏 所屬分類:
eclipse plugin