eclipse如何写helloworld

2024-10-12 02:44:54

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
猜你喜欢