분류 전체보기(23)
-
[STS] IllegalArgumentException : Unsupported class file major version 65
신규 프로젝트 생성시 오류 발생IllegalArgumentException: Unsupported class file major version 65JAVA와 GRADLE 버전 차이로 인한 오류일 가능성 높음 1. JDK Version 확인Window -> Preferences -> Installed JREs 2. Compiler Version 확인Window -> Preferences -> Compiler 3. Gradle Version 확인Window -> Preferences -> Gradle (Java Version에 맞는 Gradle 선택) Java version Support for toolchains Support for running Gradle 8N/A2.09N/A4.310N..
2024.11.13 -
[Tomcat] 지정된 서비스가 설치된 서비스로는 없습니다.
tomcat10w.exe 실행시 나는 에러 1. CMD 관리자 권한으로 실행후, 톰캣이 설치된 경로로 이동cd C:\Program Files\apache-tomcat-10.1.31-windows-x64\apache-tomcat-10.1.31\bin 2. 설치service.bat install tomcat10(삭제는 service.bat remove tomcat10) 3. tomcat10w.exe 실행
2024.11.12 -
[Spring] STS에 SVN 설치
1. SVN 설치Help -> Eclipse Marketplace -> svn검색 2. SVN Connector 수동설치기본적으로 Connector가 없어 아래와 같은 에러가 뜬다. SVN Connector 수동설치 : Help -> Install New SoftwareURL :https://osspit.org/eclipse/subversive-connectors/ 3. SVN Connector 설정Window -> Preferences -> svn검색 -> SVN Connector 탭 4. 설치 확인Window -> Perspective -> Open Perspective -> Other -> SVN Repository Exploring
2024.11.12 -
Apache POI 라이브러리 설치 (Dynamic Web Project 세팅)
엑셀 파일 읽고 쓸때 사용 1. 홈페이지 접속Apache POI™ - Download Release Artifacts Apache POI™ - Download Release Artifacts Available Downloads This page provides instructions on how to download and verify the A" data-og-host="poi.apache.org" data-og-source-url="https://poi.apache.org/download.html" data-og-url="https://poi.apache.org/download.html" data-og-image=""> Apache POI™ - Download Release Artifacts ..
2024.09.30 -
[VSCode] VSCode 다운로드 및 초기 세팅
VSCode 설치1. 홈페이지 접속https://code.visualstudio.com/ Visual Studio Code - Code Editing. RedefinedVisual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.code.visualstudio.com 2. 파일 다운로드 3. 설치 파일 클릭 후 설치 기본 설정기본 터미널 설정: Vscode 터미널 기본 설정인 ..
2024.08.21 -
[React] VSCode 리엑트 설치, Typescript 개발 환경 설정
개발 환경: Window11 설치1. Node.js (npm)https://nodejs.org/en Node.js — Run JavaScript EverywhereNode.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.nodejs.org - 설치 확인: 명령 프롬프트(cmd)에 명령어 입력 2. Yarnhttps://classic.yarnpkg.com/lang/en/docs/install/#windows-stable YarnFast, reliable, and secure dependency management.classic.yarnpkg.com - 사이트 접속 후 Click to expand / collapse 클릭 후 Down..
2024.08.13