资源描述:
《用myeclipse写java的helloworld,myeclipse测试java是否好用》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、2.利用开发工具eclipse或myeclipse,则可以很快开发,因为IDE(IntegratedDevelopmentEnvironment,集成开发环境)会帮你做很多东西,例如编译等,不在需要你进行手工的编译了,关于IDE的知道在后面的博客中会进行介绍,这里就按照我的做就行了;首先完成IDE的安装,完成之后我们就可以进行我们的第一个程序HelloWorld了直接开门见山:首先点击上面导航栏File--->new--->javaProject--->出现下面界面otherstaffoftheCentre.Duringthewar
2、,ZhuwastransferredbacktoJiangxi,andDirectorofthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSpecialCommitteeAfterthevictoryofthelongMarch,hehasbeentheNorthwestOfficeoftheFederationofStateenterpr
3、isesMinister,ShenmufuguSARmissions,DirectorofNingxiaCountypartyCommitteeSecretaryandrecorderoftheCountypartyCommitteeSecretary,Ministersand 然后Projectname中输入想要创建的项目名(绝不建议使用中文,具体也没试过,一般使用英文缩写),我们现在输入HelloWorld后按finish完成java项目的创建;java项目的结构如图所示: 接下来我们开始创建类了,关于类的概念这里就不多介绍了,
4、java中的类我们一般都是在src目录下创建的,步骤:选中src右键--->new--->class--->如图:otherstaffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSpecialComm
5、itteeAfterthevictoryofthelongMarch,hehasbeentheNorthwestOfficeoftheFederationofStateenterprisesMinister,ShenmufuguSARmissions,DirectorofNingxiaCountypartyCommitteeSecretaryandrecorderoftheCountypartyCommitteeSecretary,Ministersand Name选项中输入的是类名,我们输入HelloWorldDemo,packa
6、ge选项是输入包名,包就是为了更好的防止类名字相同冲突而创建的,这里可以先理解为时一个文件夹,我们输入xiandian.sl.demo,然后勾选publicstaticvoidmain(String[]args),表示自动生成main函数,完成后点击finish在我们的视图中就会出现已经完成大部分的一个类,现在我们只需在main函数中添加一个System.out.println("这是我的第一个程序");就完成了第一个程序了;otherstaffoftheCentre.Duringthewar,Zhuwastransferredba
7、cktoJiangxi,andDirectorofthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSpecialCommitteeAfterthevictoryofthelongMarch,hehasbeentheNorthwestOfficeoftheFederationofStateenterprisesMinister,Shenmuf
8、uguSARmissions,DirectorofNingxiaCountypartyCommitteeSecretaryandrecorderoftheCountypartyCommitteeSecretary,Ministersa