JAVA(4)
-
Maven Archetypes
https://maven.apache.org/download.cgi Maven – Download Apache Maven Downloading Apache Maven 3.8.4 Apache Maven 3.8.4 is the latest release and recommended version for all users. The currently selected download mirror is https://dlcdn.apache.org/. If you encounter a problem with this mirror, please select another mirror. I maven.apache.org ※ Maven 설치 https://mech2cs.tistory.com/entry/Ubuntu-Mave..
2022.03.11 -
coc-java 문제 해결
https://download.eclipse.org/jdtls/snapshots/?d Project download area | The Eclipse Foundation The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 360 open source projects, including runtimes, tools and frameworks. download.eclipse.org ~/.config/coc/extensions/coc-java-data/server/ https://github.com/neoclide/coc-java/issues/12 Error starting jdt language se..
2021.12.19 -
포트 충돌 해결
https://dololak.tistory.com/152 [Tomcat] 톰캣 시작시 포트 충돌 에러 톰캣 시작시 포트 충돌 에러 톰캣을 시작할 때 다음과 같이 포트 에러가 발생할 수 있습니다. 이유는 정말 단순하게 톰캣이 사용하는 8080포트를 이미 다른 프로세스에서 점유하고 있기 때문입 dololak.tistory.com
2021.11.05 -
우분투에서 자바 설치/실행
https://davelogs.tistory.com/71 우분투(Ubuntu)에서 터미널로 JAVA 설치하기 Ubuntu 20.04 환경에 Java를 설치하고자 한다. 직접 설치파일을 다운로드받아 설치할 수도 있지만, 여기서는 터미널 환경에서 설치하는 방법으로 진행했다. 1. 설치 $ sudo apt-get update $ sudo apt-get upgrade. davelogs.tistory.com https://mkil.tistory.com/481 리눅스에서 자바 컴파일, 실행하는 방법(javac, java) 리눅스에서 자바파일 컴파일 하는 방법 리눅스에서 자바파일 실행 하는 방법 에 대해서 간단히 설명하고자 한다. 서버에서 특정 자바파일만 컴파일해서 라이트하게 테스트하고자 할때 유용하 mkil.tis..
2021.10.28