Java journey (2) programming resources

Source: Internet
Author: User

Yesterday I went to change to this "JAVA Programming Tutorial (fifth edition)" (prepared by deitel's father and son). At that time, I looked at it and thought it was good. Even if the fifth version is correct,
So I didn't make a careful selection. When I had time to read it again at night, I found that the number of translators in this book had reached 24, and there were only six simply surnamed Shi. In addition, there were other proofreaders,
There are about 10 people surnamed Shi. Obviously, this is a huge family, and there are 6 or 4 Liu's names. The lineup let me understand their translation quality.
I did not dare to hold too much hope, and this book was printed for the first time in China. There were only 4000 million books. Of course, I still think it is quite rich. Various
Programming suggestions, tips, and a large number of examples all look good, but I am always worried about its translation problems. Today I went online to check the results, which is more suitable for beginners.
The books of scholars include "Java core technology I: Principles" and "Teach Yourself Java in 21 days". The latter finds an English version of the e-book.
Wrong. I will try again later at night to see if there is any ebook for the former. Well, it would be better to search for Chinese.

Below are some of the better Java websites (reposted from the post of "star821116 (self-improvement, good morality)
Chinese:
/* The following two Java websites are good */
2. http://www.chinajavaworld.com
3. http://www.java-cn.com
4. http://www.china-pub.com//it is best to go here before buying a book
5. http://www.codestudy.com
English:
1. http://www-900.ibm.com/developerWorks/cn/index.shtml
2. http://gceclub.sun.com.cn
3. http://www.fawcette.com/javapro
4. http://javaranch.com

Install JDK j2sdk1.4.1 _ 02 and set environment variables. Let's try another editor.

The editor uses edit plus2 for the time being. Learn more about other ides in the future. There are several good settings for edit plus2. As follows:
Choose tools> parameter settings> Configure user tools.
1. Add a tool (add an Application)
Menu text: compile Java program
Program: "Your JDK installation path"/bin/javac.exe
Parameter: File Name
Initial Directory: file directory
2. Add a tool (add an Application)
Menu text: run Java program
Program: "Your JDK installation path"/bin/java.exe
Parameter: File Name (excluding the extension)
Initial Directory: file directory

You can add a tool group name as needed, such as debug Java program.
Then, in the drop-down menu of tools, you will see the compile Java program and run Java program options,
Then you can use Ctrl + 1 to compile and CTRL + 2 to run the program.

Of course, you can also set these two tools to the toolbar for greater convenience.

Before doing the above work, you must understand how to compile and run Java programs at the command prompt. (Fortunately, I have practiced it before)

OK. Then I edited my first "Hello, world !" Java program. And runs smoothly. Haha. A good start.
--------------- I am a split line ------------
Public class helloworld {
Public static void main (string [] ARGs ){
System. Out. println ("Hello, world! ");
}
}
--------------- I am also a split line -----------

Continued: I used my work time to secretly read several pages of the "Teach Yourself Java in 21 days" ebook, tnnd, which was originally hard at English,
I can see from the preface that chapter I found that the e-book was released for 96 years. The JDK that the book relied on turned out to be the earliest beta version of Java, and it collapsed completely ~

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.