Eclipse ~ Java project creation ~

Introduction

This time I would like to describe how to create a Java project in Eclipse! It's not difficult, so let's call it crispy! !!

Creating a project

First of all

Click "File"-> "New"-> "Project" キャプチャ_1.PNG

Select "Java"-> "Java Project"-> click "Next" キャプチャ_2.PNG

Enter "Main" in the project name → click "Done" (You can use any project name you like, even if it is not Main) キャプチャ_3.PNG

Then, I think that a project called "Main" was created in "Package Explorer". (If you enter an arbitrary project name instead of Main, you should be able to create the specified project name) キャプチャ_5.PNG If Package Explorer is not displayed → Eclipse ~ View Package Explorer ~

Click ▷ on the left to make it look like the one below. You can see the contents of the project. キャプチャ_4.PNG

It's still an empty project-lol

in conclusion

I explained the basics of creating an Eclipse project, but was it easy to understand?

The projects created by the IDE are easy to manage and very easy. Let's make good use of it!

Recommended Posts

Eclipse ~ Java project creation ~
Create a Java project using Eclipse
java file creation
java directory creation
Java (eclipse) installation procedure
[Java] API creation using Jerjey (Jax-rs) in eclipse
Java Development Basics ~ Development Environment Settings and Project Creation ~
Java Discord Bot creation
[Java] Calculator program creation 1
Java multi-project creation with Gradle
[Java] Creation of original annotation
Null-safe program in Java (Eclipse)
Java development environment (Mac, Eclipse)
First Java development in Eclipse
Build a Java project with Gradle
Create a Jetty project using Eclipse
[Android studio (version 4.0)] Until project creation
Create a tomcat project using Eclipse
Play Framework 2.6 (Java) development environment creation
Project Facets in Eclipse does not have Java Server Faces (JSF)
[OpenCV3.2.0] Eclipse (Java) settings (for Mac)
Try running Selenuim 3.141.59 in eclipse (java)
Hello World in java in eclipse now
Arbitrary string creation code by Java
Java
Exporting project and war files when creating server-side Java in Eclipse
About Eclipse environment (Java, Liberty, JavaScript)
[Java] From new project creation to automatic test / build / deployment realization
IDE (eclipse) debug execution, step execution (Java)
Java
java Eclipse How to debug javaScript
Try Eclipse 4.7 Oxygen New 30+ / Java 10 var!
JPA (Java Persistence API) in Eclipse
Import nablarch-example project on github into Eclipse
Try to solve Project Euler in Java
Added slf4J + logback to Eclipse Maven project
Create Java Spring Boot project in IntelliJ
Eclipse screen layout change method (Java version)
[Java] Set AdoptOpen JDK in STS (Eclipse)
Play Framework 2.6 (Java) environment construction in Eclipse
Connect from Java to MySQL using Eclipse
From installing Eclipse to executing Java (PHP)
Download and install Eclipse (Java) (Mac version)
Convenient plugin for Eclipse JAVA development: Decompiler
Deploy a Tomcat-based Eclipse project on Heroku
[Improvement] Learn Java through simple tool creation