210 likes | 315 Views
Java Programming - Tools Introduction -. 2013. The best choice for student. Coding Text Editor Notepad/Notepad2 WordPad Vi(Vim) PSPad EditPlus Ultraedit … Compiler JDK (Java Development Kit) http://www.oracle.com/ Command under console mode Use batch file (or shell). Advanced tools.
E N D
The best choice for student • Coding • Text Editor • Notepad/Notepad2 • WordPad • Vi(Vim) • PSPad • EditPlus • Ultraedit … • Compiler • JDK (Java Development Kit) • http://www.oracle.com/ • Command under console mode • Use batch file (or shell)
Advanced tools • IDE – Integrated Development Environment • Eclipse • NetBeans • Geany • JCreator • JBuilder • IntelliJ • RealJ … • Java API • http://docs.oracle.com/javase/6/docs/api/
Setting ;"C:\Program Files\Java\jdk1.6.0\bin"
Software - Eclipse http://www.eclipse.org/
Software - NetBeans http://netbeans.org/
Software - JCreator http://www.jcreator.com/
Java API http://docs.oracle.com/javase/6/docs/api/
Debug running with ur java program (cont.) Step Over Step Into
JDK? JRE? SDK : Software Develop Kit JDK : Java SDK JRE : Java Runtime Environment JVM : Java Virtual Machine J2SE、J2EE、J2ME……