Developing SWT applications using Eclipse
transelate/JAVA 2011/12/08 00:58 Developing SWT applications using Eclipse
While SWT is integrated as part of the Eclipse plug-in API, for standalone application development it is best to develop against the SWT standalone download. This document will help you get set up.
Eclipse 를 사용한 SWT 어플리케이션 개발.
개별 어플리케이션을 개발 하는데 있어서 Eclipse plug-in API 로 통합하느것이 SWT 를 따로 설치하는데 반하여 개발에 최선의 결과를 가져올 것이다.
이 문서는 설치 하는데 도움을 줄것이다.
First, download the .zip of SWT for your platform from the SWT homepage.
먼저 당신의 플렛폼에 맞는 SWT 의 .zip 파일을 SWT 홈페이지에서 다운 받아라.
The SWT .zip file can then be imported into your workspace. In the File menu, choose Import and select the Existing Projects Into Workspace wizard. (In newer versions of eclipse, you can find Existing Projects Into Workspace in the General category).
SWT .zip 파일은 당신의 workspace 로 불러 들일수 있습니다. File 메뉴에서 Import 를 선택하고 Existing Projects Into Workspace wizard 를 선택하라.(새버전의 eclipse 에서는 Import 에서 General 카테고리에서 찾을수 있을것이다.
Direct the wizard to the location where you downloaded the .zip file. This will create a project called org.eclipse.swt in your workspace.
.zip 파일을 다운로드 받은 위치를 선택한다. 그러면 당신의 work space 에 org.eclipse.swt 라는 프로젝트가 생성 될것이다.
With the SWT project as a dependency, you can now benefit from Eclipse features such as the Javadoc view and code assist.
SWT 프로젝트에 의지함으로서 javaDow view 나 코드 어시스트 같은 Eclipse 특성의 이익을 얻을수 있다.
Now you can run any main class in your project by selecting the class and then selecting Run > Run As > Java Application
자 이제 당신의 프로젝트의 main 클래스를 선택하고 Run > Run As > Java 를 선택 하여 실행 시킬수 있다.
While SWT is integrated as part of the Eclipse plug-in API, for standalone application development it is best to develop against the SWT standalone download. This document will help you get set up.
Eclipse 를 사용한 SWT 어플리케이션 개발.
개별 어플리케이션을 개발 하는데 있어서 Eclipse plug-in API 로 통합하느것이 SWT 를 따로 설치하는데 반하여 개발에 최선의 결과를 가져올 것이다.
이 문서는 설치 하는데 도움을 줄것이다.
First, download the .zip of SWT for your platform from the SWT homepage.
먼저 당신의 플렛폼에 맞는 SWT 의 .zip 파일을 SWT 홈페이지에서 다운 받아라.
The SWT .zip file can then be imported into your workspace. In the File menu, choose Import and select the Existing Projects Into Workspace wizard. (In newer versions of eclipse, you can find Existing Projects Into Workspace in the General category).
SWT .zip 파일은 당신의 workspace 로 불러 들일수 있습니다. File 메뉴에서 Import 를 선택하고 Existing Projects Into Workspace wizard 를 선택하라.(새버전의 eclipse 에서는 Import 에서 General 카테고리에서 찾을수 있을것이다.
Direct the wizard to the location where you downloaded the .zip file. This will create a project called org.eclipse.swt in your workspace.
.zip 파일을 다운로드 받은 위치를 선택한다. 그러면 당신의 work space 에 org.eclipse.swt 라는 프로젝트가 생성 될것이다.
With the SWT project as a dependency, you can now benefit from Eclipse features such as the Javadoc view and code assist.
SWT 프로젝트에 의지함으로서 javaDow view 나 코드 어시스트 같은 Eclipse 특성의 이익을 얻을수 있다.
Now you can run any main class in your project by selecting the class and then selecting Run > Run As > Java Application
자 이제 당신의 프로젝트의 main 클래스를 선택하고 Run > Run As > Java 를 선택 하여 실행 시킬수 있다.
Trackback Address :: http://microstrong.pe.kr/tt/trackback/32

