상세 컨텐츠

본문 제목

h2 database

Framework/H2 database

by History+Young 2022. 2. 26. 11:24

본문

터미널 사용 - iTerm2

https://historyoung.tistory.com/63

 

터미널 대체 iTerm2

https://iterm2.com/ iTerm2 - macOS Terminal Replacement iTerm2 by George Nachman. Website by Matthew Freeman, George Nachman, and James A. Rosen. Website updated and optimized by HexBrain iterm2.com..

historyoung.tistory.com

./h2.sh
The operation couldn’t be completed. Unable to locate a Java Runtime.
Please visit http://www.java.com for information on installing Java.

 

 

자바 JDK 설치 안 된 경우 나오는 오류

 

java -version / JDK 설치 필요 - 최신버전 아닌 Java Development Kit 8u202

https://historyoung.tistory.com/62

 

JRE (Java SE Development Kit) 8u202 설치 (자바 8)

https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html 설치 후 Java 8 레퍼런스 (설명) https://docs.oracle.com/javase/8/ 생활코딩 https://opentutorials.org/course/1223/5557

historyoung.tistory.com

 

https://www.h2database.com/html/download-archive.html

 

Archive Downloads

 

www.h2database.com

 

 

실행 권한 없는 경우 오류

./h2.sh
zsh: permission denied: ./h2.sh : 권한 없음
chmod +x ./h2.sh

권한추가 

[전] -rw-rw-r--@ 1 youngkim  staff      109  3 13  2019 h2.sh
[후] -rwxrwxr-x@ 1 youngkim  staff      109  3 13  2019 h2.sh

 

실행

./h2.sh

웹브라우저 열리면서 

http://localhost:8082/login.jsp?jsessionid=키값(고유값) 삭제하면 안 되는 값

 

h2 database 설정 화면