JAVA runnable_file

Java 실행파일 생성, 사용

자바 실행파일 생성 & 사용

  • 프로젝트 우클릭 → export → 검색 : runnable

Untitled

  • 다음 그림에서 Runnable Jar file 클릭

Untitled

  • 해당 경로로 가서 Shift + 우클릭 → 현재 위치에서 powerShell 열기

ls명령어로 파일 확인

  • 다음과 같이 Main 을 지정해준다.
  • Browse → 원하는 경로 설정 → 파일 저장

Untitled

  • Browse → 원하는 경로 설정 → 파일 저장
  • 이름 지정하고 파일 저장

Untitled

  • 파일 탐색기에서 해당 경로로 이동
  • 공백에서 Shift + 우클릭 → 여기에 PowerShell 창 열기

Untitled

  • java -jar + ‘찾을 파일 앞글자’ + Tab
  • Enter → 자바 파일 실행
  • 정삭적으로 실행되었다.

Untitled

Author

minkuen

Posted on

2022-09-17

Updated on

2022-09-23

Licensed under

You need to set install_url to use ShareThis. Please set it in _config.yml.
You forgot to set the business or currency_code for Paypal. Please set it in _config.yml.

Comments

You forgot to set the shortname for Disqus. Please set it in _config.yml.