1 / 21

Eclipse 설치

Eclipse 설치. Axis 다운로드 다운로드 http://www.eclipse.org/downloads/ 다운로드 Eclipse SDK 3.2.2 원하는 디렉토리에 어디에나 다운로드 한 후에 해당 디렉토리에 압축을 푼다 . 다음과 같이 Eclipse 와 함께 구동한 JDK 을 선택한다 . eclipse -vm C:beajdk142_04binjavaw. Eclipse 설치.

kathie
Download Presentation

Eclipse 설치

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Eclipse설치 • Axis 다운로드 • 다운로드http://www.eclipse.org/downloads/ • 다운로드 Eclipse SDK 3.2.2 • 원하는 디렉토리에 어디에나 다운로드 한 후에 해당 디렉토리에 압축을 푼다. • 다음과 같이 Eclipse와 함께 구동한 JDK을 선택한다. • eclipse -vm C:\bea\jdk142_04\bin\javaw

  2. Eclipse설치 • 다음은 C:\Program Files\eclipse-SDK-3.2.1-win32\eclipse 폴더 안에 있는 rub.bat파일 내용이다.

  3. Eclipse설치 • Run.bat파일을 실행한다.

  4. Eclipse설치 • 다음과 같이 새로운 프로젝트를 생성한다.

  5. Eclipse설치 • Work Space영역을 아래 그림과 같이C:\bea\user_projects\domains\mydomain\applications\axis로 선택한다.

  6. Eclipse설치 • Java Project를 선택한다.

  7. Eclipse설치 • Project 이름을 C:\bea\user_projects\domains\mydomain\applications\axis폴더 아래에 있는 WEB-INF이름과 동일하게 작성한다.

  8. Eclipse설치 • 다음 그림과 같이 새로운 소스를 추가한다.

  9. Eclipse설치 • 다음 그림과 같이 자바 코드를 컴파일 한 클래스 파일 위치에 대한 출력 디렉토리를 선정한다.

  10. Eclipse설치 • Eclipse에서 사용할 라이브러리를 추가하기 전에 필요한 라이브러리는 다음과 같다. • C:\bea\user_projects\domains\mydomain\applications\axis\WEB-INF\lib폴데에 있는 Axis관련 라이브러리 파일이다. • axis.jar, axis-ant.jar, commons-discovery-0.2.jar • commons-logging-1.0.4.jar, jaxrpc.jar • log4j-1.2.8.jar, saaj.jar, wsdl4j-1.5.1.jar • 여기 라이브러리에 추가해야 할 두 가지 종류의 라이브러리들이 있다.

  11. Eclipse설치 • 추가 라이브러리 • 다운로드 한 xerces-2_5_0관련 라이브러리 • xercesImpl.jar • xercesSamples.jar • xml-apis.jar • xmlParserAPIs.jar • 다운로드한 jaf-1.1관련 라이브러리 • activation.jar

  12. Eclipse설치 • 다음 그림과 같이 추가할 라이브러리들을 C:\bea\user_projects\domains\mydomain\applications\axis\WEB-INF\lib에 복사한다.

  13. Eclipse설치 • 추가한 라이브러리들을 Eclipse내부의 라이브러리 추가화면에서 다음과 같이 추가한다.

  14. Eclipse설치 • 필터를 사용해서 자바 코드만 보이게 한다.

  15. Eclipse설치

  16. Eclipse설치

  17. 새 자바 코드 추가 화면

  18. 새 자바 코드 추가 화면

  19. 생성된 자바 템플릿 코드

  20. 자바 프로그래밍 실행

  21. 자바 프로그래밍 실행결과 화면

More Related