Topic: 没有main类的Java程序如何执行

  Print this page

1.没有main类的Java程序如何执行 Copy to clipboard
Posted by: mtdhwgij
Posted on: 2006-09-27 10:23

import java.awt.Graphics;
import javax.swing.JApplet;
public class WelcomeApplet extends JApplet
{
public void paint(Graphics g){
super.paint(g);
g.drawString("Welcome to Java Programming!",25,25);
}
}


这是在书上看到的一个简单的Applet程序,想执行一下,却没有主程序,他们说不是标准的Java程序,不是用'java WelcomApplet"命令来执行,但却不知道如何下手。在看书的过程中经常还有很多诸如此类的没有主程序的代码,都不知道该怎么办。


{ check "Disable Smileys" }

2.Re:没有main类的Java程序如何执行 [Re: mtdhwgij] Copy to clipboard
Posted by: mtdhwgij
Posted on: 2006-09-27 10:24

咦,怎么用代码显示后那句“super.paintPresent"变成了个小礼物,呵呵

3.Re:没有main类的Java程序如何执行 [Re: mtdhwgij] Copy to clipboard
Posted by: nt
Posted on: 2006-09-27 10:47

Look here : http://www.webjx.com/htmldata/2005-03-11/1110526046.html

4.Re:没有main类的Java程序如何执行 [Re: mtdhwgij] Copy to clipboard
Posted by: jyy1986
Posted on: 2006-09-27 22:56

我也是新手,好像要另外编辑一个HTML文件.在浏览器执行

5.Re:没有main类的Java程序如何执行 [Re: mtdhwgij] Copy to clipboard
Posted by: lisliefor
Posted on: 2006-09-28 11:33

It is a applet !
You write a html and add the applet , then user this command "appletview" !

6.Re:没有main类的Java程序如何执行 [Re: mtdhwgij] Copy to clipboard
Posted by: mtdhwgij
Posted on: 2006-09-28 12:13

thanks every friend!

7.Re:没有main类的Java程序如何执行 [Re: mtdhwgij] Copy to clipboard
Posted by: nickcnws
Posted on: 2006-09-30 13:00

applet是没有main方法的
applications才有main方法

8.Re:没有main类的Java程序如何执行 [Re: mtdhwgij] Copy to clipboard
Posted by: zeyuphoenix
Posted on: 2006-09-30 14:51

直接用 View运行

9.Re:没有main类的Java程序如何执行 [Re: mtdhwgij] Copy to clipboard
Posted by: guliusuo
Posted on: 2006-10-01 00:13

可以新建一个AD.html文件;
文件内容为:
<html>
<applet code="WelcomeApplet.class" width=400 height=400>
</applet>
</html>

然后用appletviewer AD.html运行即可!

10.Re:没有main类的Java程序如何执行 [Re: mtdhwgij] Copy to clipboard
Posted by: JiafanZhou
Posted on: 2006-10-01 05:15

参考我这个主题,有很相似的解释。
http://www.cjsdn.net/post/view?bid=1&id=182079&sty=1&tpg=3&age=0

嘉帆

11.Re:没有main类的Java程序如何执行 [Re: mtdhwgij] Copy to clipboard
Posted by: q_yuan
Posted on: 2006-10-07 11:08

在源文件后面加入:
//<html><applet code="WelcomeApplet.class" width=400 height=400></applet></html>
用appletviewer就可以运行了!

12.Re:没有main类的Java程序如何执行 [Re: mtdhwgij] Copy to clipboard
Posted by: 8261669
Posted on: 2006-11-01 10:16

编辑个html放你的原代码就可以了。


   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923