公司安排了一个任务,是在一个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 
小强 阅读(450) 
评论(0)  编辑  收藏  所属分类: 
eclipse plugin