1 / 21

Java Programming - Tools Introduction -

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.

wren
Download Presentation

Java Programming - Tools Introduction -

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