Run Java-applets directly ( without html page )

前端 未结 7 1300
一向
一向 2021-01-05 15:58

I have a problem.

How i can run my java-applet directly without embedded in my web page?

I know appletViewr can execute applet without a browser but I need

7条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-05 16:09

    If you use eclipse: Right-Click on your main java file (the one which extends Applet), select the 'Run As' submenu, and select 'Applet.

提交回复
热议问题