为初学者选择Java工具(IDE和编译器) [英] Choosing Java tools (IDE and compiler) for beginners

查看:117
本文介绍了为初学者选择Java工具(IDE和编译器)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我偶然发现了这个:

http://en.literateprograms.org/Vending_Machine_%28java%29

这是一台java自动售货机,我想阅读并关注编写相同的代码。

It is a java vending machine, I want to read it and also follow along, write the same code.

获取Java设置的最快方法是什么,以便我可以在阅读时开始编写java自动售货机?

What's the fastest way to get java setup such that I can just start coding the java vending machine as I read along?

我正在下载用于Windows,多语言的Java SE开发工具包6u17,当我查看同一页面的右侧并且意识到我也可以下载Netbeans。

I was in the process of downloading the Java SE Development Kit 6u17 for Windows, Multi-language, when I looked to the right hand side of the same page and just realized that I can also download Netbeans.

同样,问题是像我这样的新手可以用来做上面链接的java自动售货机的最好的java IDE或编译器。

java程序员使用什么来编写java代码?

我是java的新手,C ++是易于安装和开始编码,同样也是PHP,但java对我来说似乎是一个有趣的新野兽,谢谢你没有火红。

I am new to java, C++ is easy to install and start coding, likewise so is PHP, but java just seems like an interesting new beast to me, thank you for not flaming.

推荐答案

仅供记录。如果您只想进行一些小编辑,编译和运行,您可以使用Java开发工具包(而不是Java Runtime)与您喜欢的编辑器和javac一起使用。

Just for the record. If all you want to do is actually just do some minor editing, compile and run, you can do nicely with your favorite editor along with javac from the Java Development Kit (as opposed to the Java Runtime).

查看Java Tutorial,它告诉您需要知道的所有内容。 http://java.sun.com/docs/books/tutorial /getStarted/cupojava/index.html

Have a look at the Java Tutorial which tells you all you need to know. http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html

这篇关于为初学者选择Java工具(IDE和编译器)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆