728x90
반응형
- 2023-06-26 : Links updated.
- 2022-12-18 : revised.
- 2019-04-01 : First posting.
package com.example.hello;
라면, 이 파일은 "C:(source folder path)\sources\com\example\hello
" folder 에 있어야 제대로 돌아감. 제대로 된 폴더에 ".java file" 이 있었다고 할 때, 이 파일을 compile 하면 "C:(class folder path)\sources\com\example\hello
"에 ".class" file 이 만들어지고 실행 됨. 실행은 "C:(class folder path)\classes
" folder 에서 "java com.example.hello.(ClassName) args
" 형태로 실행되는 것임. 참조: .
## RRA
- oracle.com :: Java > Technical Details > Java Downloads, 2023-06-26 기준: Java 20 and Java 17 available now
// x64 Installer :: 159.95 MB :: https://download.oracle.com/java/20/latest/jdk-20_windows-x64_bin.exe (sha256)
// Windows 에서는 .exe file 로 까는게 속편하긴 한듯. - www.eclipse.org/downloads
// eclipse-jee-kepler-SR2-win32-x86_64.zip (250MB), 2014-06-09 - http://www.sublimetext.com/; JAVA 관련 package 좋은거 뭐 없나?
- docs.oracle.com :: JDK 20 Documentation;
and docs.oracle.com - The Java™ Tutorials; and Java Tutorials Learning Paths; and Trail: Learning the Java Language - http://docs.oracle.com/javase/1.5.0/docs/tooldocs/windows/javac.html; javac의 [options].
- Documentation - http://docs.oracle.com/javase/8/index.html
- API Reference - http://docs.oracle.com/javase/8/docs/api/index.html
- Wiki - Batch file; and wikibooks.org - Windows Batch Scripting; 어렵진 않은거 같은데, 따로 공부하기가 심히 귀찮은... 대충 "%"만 검색해보고 "%~nx1", "%sp%" 같은 놈들 쓰임새만 파악하면 여기 있는 batch file 이해하는데에는 충분할듯도.
- kipid's blog :: Sublime Text (editor) 소개
- kipid's blog :: Compiling and Running JAVA (Build System) through batch (.bat) and shell script (.sh)
Official
IDE (Integrated Development Environment)
Tutorial
Documentation and API Reference
Etc.
728x90
반응형
'[IT/Programming]' 카테고리의 다른 글
코드잇 풀스택 2기 - Week 3 (0) | 2024.08.20 |
---|---|
개발하는데 유용한 VS (Visual Studio) Code 확장팩 (Extensions) (0) | 2024.08.20 |
터미널 (Terminal) | Cmd (Command|커맨드) 창 | Sublime text build results 창 에서의 한글 깨짐 해결 방법. (Windows) (1) | 2024.08.18 |
.gitignore 설정하기 (0) | 2024.08.13 |
코드잇 풀스택 2기 Week 3 - 서술형 평가 (Git and GitHub Collaboration) (1) | 2024.08.09 |
Ctrl+Shift+P does NOT working in Editor (VS code, Sublime Text) :: 에디터에서 단축키가 먹지 않을때 해결법 (0) | 2024.08.04 |
윈도우즈 탐색기 즐겨찾기 사라짐 해결법 (Windows Explorer Favorites missing) (0) | 2024.08.02 |