목록설치 및 실행 (6)
내 멋대로 개발
1. 브라켓 홈페이지 접속 http://brackets.io/ A modern, open source code editor that understands web design Brackets is a lightweight, yet powerful, modern text editor. We blend visual tools into the editor so you get the right amount of help when you want it. With new features and extensions released every 3-4 weeks, it's like getting presents all year long. brackets.io 설치하고 Brackets.exe 실행하면 완료~~~~~~!
Selenium이란 ? 다양한 브라우저 및 플랫폼에서 웹 응용 프로그램을 위한 무료 자동화 테스트 스위트이다. 1. 셀레니움 홈페이지 접속 - java 버전 다운로드 www.selenium.dev/downloads/ Downloads Firefox GeckoDriver is implemented and supported by Mozilla, refer to their documentation for supported versions. Internet Explorer Only version 11 is supported, and it requires additional configuration. Safari SafariDriver is supported directly by Apple, www.seleniu..
1. 오라클 홈페이지 접속 - Download -> SQL Developer 다운로드 https://www.oracle.com 2. sqldeveloper.exe 실행 실행 시 jdk의 경로 입력 창이 뜨면 입력해주고 OK.
Tomcat이란 ? 톰캣은 웹 서버와 연동하여 실행할 수 있는 자바 환경을 제공하여 자바서버 페이지(JSP)와 자바 서블릿이 실행할 수 있는 환경을 제공하고 있다. 1. Tomcat 홈페이지 접속 http://tomcat.apache.org Apache Tomcat® - Welcome! The Apache Tomcat® software is an open source implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. The Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket..
MAVEN이란 ? 자바용 프로젝트 관리 도구로, project object model(POM) XML 문서를 통해 해당 프로젝트의 버전 정보 및 라이브러리 정보들을 통합하여 관리하는 프레임워크 1. Maven 홈페이지 접속 - apache maven 3.5.3 버전 다운로드 https://maven.apache.org/download.cgi# Maven – Download Apache Maven Downloading Apache Maven 3.6.3 Apache Maven 3.6.3 is the latest release and recommended version for all users. The currently selected download mirror is http://mirror.apache-k..
1. 오라클 홈페이지 접속 - jdk 1.8 다운로드 https://www.oracle.com/kr/index.html 설치 후 cmd 창을 통해 java -version와 javac -version 입력하여 잘 설치 되었는지 확인 ! 2. 환경변수 설정 내 PC - 속성 - 고급 시스템 설정 - 환경변수 3. 이클립스 홈페이지 접속 - Eclipse Java EE Developers_Windows 64-bit 다운로드 https://www.eclipse.org/downloads/packages/release/kepler/sr2/eclipse-ide-java-ee-developers Eclipse IDE for Java EE Developers | Eclipse Packages Package Descri..