有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

java如何下载、设置和使用Eclipse?

我是Java新手。刚开始从安卓应用程序“SoloLearn”学习它。我想在我的PC上用Java编写代码。从我能找到的源代码中,我们可以使用EclipseIDE用Java编写代码。但我对此一无所知。我想知道以下几点:

  1. Eclipse最好的、免费的、简单的版本是什么
  2. 如何下载
  3. 我还需要下载什么?(例如javaw.exe、Jdk、jdr或类似的东西)
  4. 如何下载
  5. 我如何设置它们
  6. 设置完所有内容后,如何使用所有内容

我只有12岁。不幸的是,没有人在附近寻求帮助。如果你需要更多的解释,那就说。请帮我把一切解释清楚


共 (1) 个答案

  1. # 1 楼答案

    我之所以回答这个问题,是因为我喜欢鼓励年轻人学习编程,以及我对Java的热情;)我会尽力帮忙的

    1. Eclipse最好的、免费的、简单的版本是什么

      All eclipse versions are good. The most simple one if you want java then go for Eclipse for Java Developers. And later when you get more experienced you can go for the Eclipse for Java EE (current links are for Eclipse Oxygen versions). A good bundle comparison can be found in this link

    2. 如何下载

      See download links in http://www.eclipse.org/downloads/

    3. 我还需要下载什么?(例如javaw.exe、Jdk、jdr或类似的东西)

      You need a JDK, and make sure the JDK and Eclipse version have same bit. If you install a 64 bit version of Eclipse then you need a 64bit version JDK.

    4. 如何下载?

      See Oracle page, http://www.oracle.com/technetwork/java/javase/downloads/index.html

    5. 我如何设置它们?

      It is straight forward, just install JDK and it will guide you thru. And then install the Eclipse and thats it.

    6. 设置完所有内容后,如何使用所有内容?

      This is the tricky part! Google for Java lessons on Youtube, or Learn Java programming for kids etc.