eclipse如何写helloworld

2026-04-08 18:30:28

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

相关推荐
  • 阅读量:194
  • 阅读量:146
  • 阅读量:150
  • 阅读量:172
  • 阅读量:176
  • 猜你喜欢