eclipse如何写helloworld

2025-04-11 17:23:16

1、首先新建一个class文件。

eclipse如何写helloworld

2、然后我们来看一下class文件的结构。

eclipse如何写helloworld

3、首先写一个mian函数。package smali;public class hello { public static void main(String[] args) { }}

eclipse如何写helloworld

4、使用关键字sout进行编写,alt+/。

eclipse如何写helloworld

5、在这里写入HelloWorld,然后编译运行就可以。

eclipse如何写helloworld

6、写好helloworld,然后使用f5运行就可以了。

eclipse如何写helloworld
声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
相关推荐
  • 阅读量:69
  • 阅读量:74
  • 阅读量:52
  • 阅读量:45
  • 阅读量:83
  • 猜你喜欢