Learn Onge Teacher's Java course at China University's network.
Learn Java programming choose Eclipse Editor, sometimes the editor is not necessarily a bad thing, anyway with this is right.
There are two habits of learning to program:
(1) Download software to the official website to download, you can guarantee that the latest software, and is the most authentic, will not be modified by others;
(2) Reading English documents, high school vocabulary can be, many people only need to overcome the mental obstacles;
Download the 64 compression pack on the Eclipse website and unzip it.
Download Java SE on Oracle website and install and run. 8u131,8 that Java8,u is the abbreviated update, 131 is the 131th time;
You can open the Eclipse Editor by running Eclipse.exe in the Eclipse folder, and click the "Workbench" icon in the upper-right corner to start the work interface.
650) this.width=650; "Src=" https://s3.51cto.com/wyfs02/M00/98/91/wKioL1k-RFOgRiKiAAAMvB_vBXM270.jpg-wh_500x0-wm_ 3-wmp_4-s_2358930870.jpg "title=" workbench.jpg "alt=" Wkiol1k-rfogrikiaaamvb_vbxm270.jpg-wh_50 "/>
File-->new-->new project, create a new project, name fill in Hello, other default can
650) this.width=650; "Src=" https://s3.51cto.com/wyfs02/M02/98/91/wKiom1k-RQTSvc70AAAQnO9UaYg404.jpg-wh_500x0-wm_ 3-wmp_4-s_593941228.jpg "title=" src.jpg "alt=" Wkiom1k-rqtsvc70aaaqno9uayg404.jpg-wh_50 "/>
Right-click Src,new-->class, write the first Hello, world! program.
System.out.println ("Hello, world!");
Second, the default theme of Taibai, dazzling; The default font is too small to see, change!
(1) Theme change
650) this.width=650; "Src=" https://s1.51cto.com/wyfs02/M02/98/92/wKioL1k-RwywS6AkAACARlgATA4672.jpg-wh_500x0-wm_ 3-wmp_4-s_1369862853.jpg "title=" dark.jpg "alt=" Wkiol1k-rwyws6akaacarlgata4672.jpg-wh_50 "/>
(2) Font Change
650) this.width=650; "Src=" https://s4.51cto.com/wyfs02/M01/98/92/wKioL1k-RyiTd49WAAEYDpClggM834.jpg-wh_500x0-wm_ 3-wmp_4-s_774601442.jpg "title=" font.jpg "alt=" Wkiol1k-ryitd49waaeydpclggm834.jpg-wh_50 "/>
Save
Has fun
Actually, it's so complicated ...
This article from "Just then has disconsolate" blog, declined reprint!
Java Programming Learning--tools