Download presentation
Presentation is loading. Please wait.
Published byDouglas Ezra Stone Modified over 9 years ago
1
Java Coding Environment Installation & Execution guide 컴퓨터 프로그래밍 II Korea Univ.
2
Steps Library (Java JDK) Download Installation IDE (IntelliJ IDEA) Download Installation Initial Configuration Coding JAVA Make a Project Compile Debug
3
1. Library (Java JDK)
4
Download http://www.oracle.com/technetwork/java/javase/downloads/index.html
5
Download 1.Accept license 2.Download appropriate JDK based on OS (normally Win x64 OR MAC)
6
Installation
7
1.Remember JDK Installation path
8
2. IDE (IntelliJ IDEA)
9
IntelliJ IDEA? IntelliJ IDEA 는 JetBrains 사에서 제작한 상용 자바 통합 개발 환경이다. 줄여서 IntelliJ 혹은 IDEA 로도 불린다.JetBrains 자바 통합 개발 환경 The Most Intelligent Java IDE (Integrated Development Environment) Excel at enterprise, mobile and web development with Java, Scala and Groovy, with all the latest modern technologies and frameworks available out of the box.
10
Download https://www.jetbrains.com/idea/download/
11
Installation
14
Initial Configuration
17
3. Coding JAVA
18
Make a Project
20
1.Set a JDK installation path
21
Make a Project 1. Select JDK
22
Make a Project
23
1. Insert project name, location and package
24
Coding Code edit area
25
Coding Click a play button will compile a code and execute it
26
Coding Terminal area shows results of a code
27
Debugging 1. Click for setting a breakpoint 2. Click bug icon to compile a code and execute as a debug mode
28
Debugging Program running stops at a breakpoint Stepping through the program
29
Debugging Examine the values stored in the objects
30
Debugging Further reading Debugging https://www.jetbrains.com/idea/help/debugging.html Creating Breakpoints https://www.jetbrains.com/idea/help/creating-breakpoints.html
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.