【发布时间】:2014-08-24 03:08:42
【问题描述】:
我是在 JSP 中完成的:
<%@ page
import="org.example.applet.MyApplet"%>
<%
<div class="panel-body">
<object type="application/x-java-applet"
classid="java:<%=MyApplet.class.getName()%>.class"
height="600" width="900">
...
Applet failed to run. No Java plug-in was found.
</object>
</div>
如何“将类名打印到 html/jsf2 视图中(在 xhtml 中)? 谢谢!
【问题讨论】: