210 likes | 327 Views
This guide introduces key tools and resources for Java programming, perfect for students and developers alike. Cover essential text editors such as Notepad++, WordPad, and IDEs like Eclipse, NetBeans, and IntelliJ. Learn about the Java Development Kit (JDK) and its components, the importance of creating a Java project, and debugging techniques. Discover valuable online resources like the official Oracle documentation to enhance your coding skills. Whether you're a beginner or an experienced programmer, these tools will streamline your development process and improve your coding experience.
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……