태그

2015년 6월 30일 화요일

도메인 비용 아끼는 요령


국제도메인은 해외 사이트에서 직구 (혹은 할인이벤트 활용)
KR도메인은 가격비교사이트 활용
만료가 가까워오면 기관이전(갈아타기) 할인이벤트 활용

http://krnic.or.kr/

2015년 6월 26일 금요일

어도비 리더 이전 버전 (10,11) 다운 받기


Acrobat Adobe Reader DC 말고, 이전 버전 (X, XI) 다운 링크

http://get.adobe.com/kr/reader/otherversions/


위 링크에서 3단계에 다른 버전을 선택하면 된다.

2015년 6월 2일 화요일

Create Hello World SWT application Tutorial


Eclipse Luna
eclipse-java-luna-SR2-win32-x86_64

몇 년만에 이클립스 깔고 튜토리얼부터 다시해봤다.

Hello World SWT application 만드는 중에 아래 단계에서 막혔다.

Open the Import wizard from the main menu via File > Import..., and select Plug-in Development > Plug-ins and Fragments. Click Next.
On the Import Plug-ins and Fragments page, select
Import from: The active target platform.
Plug-ins and Fragments to import: Select from all plug-ins and fragments found at specified location.
Import As: Projects with source folders.
Click Next.
On the Selection page, Add org.eclipse.swt.{platform}.{os}.{arch} (for example: org.eclipse.swt.win32.win32.x86 for win32) to Plug-ins and Fragments to Import: list.
Click Finish.
This will create the org.eclipse.swt.{platform}.{os}.{arch} project which we will need to compile and run the application.


Import.. 목록에 Plug-in Development 가 없다!


해결 >

Help -> Install New Software 메뉴 들어가서
Work with: --All Available Sites--  이거 선택하고
General Purpose Tools -> Eclipse Plug-in Development Environment 이거 설치한다.

이클립스 다시 시작하면 ,
Import.. 목록에 Plug-in Development 가 나온다!