发新话题
打印

linux下执行java applet的问题

linux下执行java applet的问题

有谁知道在linux下执行java applet, 怎么配置applet插件?      

TOP

javac -target 1.1 yourname.java

first.) javac -target 1.1 yourname.java
second.) make a page of html with your class
<applet code=yourname.class height=num width=num>
</applet>
last.) appletviewer name.html
that's ok!
try it !!      

TOP

发新话题