1 / 21

Essential Tools for Java Programming: A Comprehensive Guide

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.

wren
Download Presentation

Essential Tools for Java Programming: A Comprehensive Guide

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Java Programming- Tools Introduction - 2013

  2. 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)

  3. Advanced tools • IDE – Integrated Development Environment • Eclipse • NetBeans • Geany • JCreator • JBuilder • IntelliJ • RealJ … • Java API • http://docs.oracle.com/javase/6/docs/api/

  4. JDK download

  5. Setting ;"C:\Program Files\Java\jdk1.6.0\bin"

  6. Demo

  7. Software - Eclipse http://www.eclipse.org/

  8. Software - NetBeans http://netbeans.org/

  9. Software - JCreator http://www.jcreator.com/

  10. Java API http://docs.oracle.com/javase/6/docs/api/

  11. Creating a workspace

  12. Creating a java project

  13. Creating a java project named newjp

  14. Creating a new java class

  15. Creating a new java class named warmUp

  16. Creating a new java class

  17. General running with your first java program

  18. Debug running with ur java program

  19. Debug running with ur java program (cont.) Step Over Step Into

  20. JDK? JRE? SDK : Software Develop Kit JDK : Java SDK JRE : Java Runtime Environment JVM : Java Virtual Machine J2SE、J2EE、J2ME……

More Related