프로그래밍 언어30 [JSP] Eclipse에 sql파일이 없을 때 저는 Eclipse에 SQL 폴더를 생성할 수 없게 아무것도 검색되지 않아서 글을 작성했습니다. sql 파일이 안 보였던 이유가 생각보다 간단하더라고요. Database Development가 설치되어 있지 않기 때문입니다. 우선 sql을 확인하는 방버을 알려드릴게요. 우클릭 => New => Other...로 들어갑니다. 아래에 보시는 사진과 같이 sql폴더가 보이지 않아서 생성할 수가 없습니다. 지금부터 따라하시면 됩니다. Help => Install New Software...로 들어갑니다. v를 누르면 설치한 파일들이 나오는데 그 중 "eclipse.org/releases/"가 있는 파일을 선택합니다. 설치한 버전과 폴더가 다르기 때문에 주소는 조금씩 다릅니다. "eclipse.org/releas.. 2022. 2. 11. [ALL] Eclipse UTF-8 Encoding UTF-8로 Encoding 해줄게요~ Window에 Preferences 들어가 줍니다. Content Types => Java Class File => utf-8 => Update를 해주세요 Editors => Text Editors => Spelling => Default (UTF-8) => Apply를 해주세요. Workspace => Other : UTF-8 => Apply를 해줍니다. 왼쪽 상단에 검색하는 곳이 있습니다. 거기에 encoding이라고 쳐주세요. encoding => CSS Files => Encoding : ISO 10646/Unicode(UTF-8) => Apply를 해주세요. HTML Files => Encoding : ISO 10646/Unicode(UTF-8) => Ap.. 2022. 1. 26. [Error/Java]The superclass "jakarta.servlet.http.HttpServlet" was not found on the Java Buil 다음과 같은 에러가 났을 때는 jakarta.servlet.http.HttpServlet의 경로를 못 찾았을 경우 나는 에러입니다. 프로젝트 위에서 우클릭을 하여 Properties를 눌러줍니다. 2022. 1. 5. [Spring] Spring Tool Download Spring Tool을 설치해보겠습니다. 아래 링크를 타고 들어가면 Spring Tools 4다운로드 화면이 나옵니다. https://spring.io/tools Spring Tools 4 is the next generation of Spring tooling Largely rebuilt from scratch, Spring Tools 4 provides world-class support for developing Spring-based enterprise applications, whether you prefer Eclipse, Visual Studio Code, or Theia IDE. spring.io 접속해서 스크롤을 조금 내리면 아래와 같은 화면이 나옵니다. 현재 사용하고 있는 환경에 맞춰서.. 2021. 12. 18. 이전 1 2 3 4 5 6 7 8 다음