- Eclipse, VScode, Idea ( eclipse-java, vscode, idea ), 개발 환경에 맞는 도구 선택 - 코레토 ( corretto-jdk, 자바 킷 ), 테무린 ( temurin-jdk, 자바 킷) 등, 필요에 따라 search로 버전 검색 후 설치 - VisualVM( 애플리케이션 모니터링 툴 ), VisualVM 설치방법 - JMC( Java Mission Control, 오라클 자바 진단 툴 ) - scoop install jmc
scoop은 git을 통해 프로그램 버전 관리를 하기 때문에 git을 먼저 설치해야 합니다.
scoop으로 깃 설치 완료
설치가 완료되면 Notes가 뜨는데,
Notes는 사용자가 작업해야 하는 목록들을 보여줍니다.
위의 화면에서는 다음과 같은 명령어가 있습니다.
Set Git Credential Manager Core by running: "git config --global credential.helper manager"
To add context menu entries, run 'C:\app\scoop\apps\git\current\install-context.reg'
To create file-associations for .git* and .sh files, run 'C:\app\scoop\apps\git\current\install-file-associations.reg'
scoop에서 설치 가능한 모든 패키지 목록을 제공합니다. 만약 특정 프로그램을 검색하고자 한다면 search 뒤에 프로그램 이름을 입력하면 됩니다. 예를 들어, "scoop search corretto" "scoop search eclipes" 뒤에 붙인 단어를 포함하는 모든 패키지 목록를 제공하게 됩니다.
scoop install, uninstall 이름 :
search를 통해 찾은 패키지의 이름을 입력하면 설치, 삭제할 수 있습니다.
scoop update :
scoop과 설치된 패키지들을 업데이트합니다. update 뒤에 패키지 이름을 붙여 특정 패키지만 업데이트할 수 있습니다.