반응형

[인텔리제이 (IntelliJ) #1] JAR 파일 배포 방법

 

1. File > Project Structure > Artifacts > + 

2. Add > JAR > From modules with dependencies... 

3. Create JAR from Modules  > Module 지정 > Main Class 선택 > META-INF 폴더 위치 지정 > OK

4. Name 지정 > Output directory (jar 파일 생성 경로) 지정 > OK

5. Build > Build Artifacts... > jar 파일 선택 > Build

6. META-INF 폴더 / jar 파일 배포 확인

 

 

1. File > Project Structure > Artifacts > + 

 

 

2. Add > JAR > From modules with dependencies... 

 

 

3. Create JAR from Modules  > Module 지정 > Main Class 선택 > META-INF 폴더 위치 지정 > OK

 

 

4. Name 지정 > Output directory (jar 파일 생성 경로) 지정 > OK

 

 

5. Build > Build Artifacts... > jar 파일 선택 > Build

 

 

6. META-INF 폴더 / jar 파일 배포 확인

 

반응형