강의

멘토링

커뮤니티

BEST
Programming

/

Programming Language

Java: Understanding Classes and Object-Oriented Programming

This course will help students understand Java classes in more detail and use them more naturally. This will lead to more object-oriented programming.

(4.7) 134 reviews

1,183 learners

Level Basic

Course period Unlimited

  • java
Java
Java
oop
oop
Java
Java
oop
oop

Creating a Java Project in Eclipse (2020-09)

Recently, when creating a Java project in Eclipse (2020-12), the module-info.java file, which is a feature added in Java 9, is being added. Some people may be experiencing errors because of this file.

This file is not used in this lecture, so if you do not create it when creating the project, you can code in the same environment as the lecture.

On this screen, do not select [Finish], but select [Next].

On the second screen

You can create the project by unchecking the Create module-info.java section at the bottom and clicking the [Finish] button.

Comment