java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter 해결하기
2012-04-17 15:07:04

RCP/SWT/JFace/문제해결 2009/01/09 17:27

url : http://devday.tistory.com/15

RCP 애플리케이션을 실행할 때, 다음과 같은 예외에 직면할 수 있다.

!SESSION Fri Jan 09 17:20:04 KST 2009 ------------------------------------------

!ENTRY org.eclipse.equinox.launcher 4 0 2009-01-09 17:20:04.159

!MESSAGE Exception launching the Eclipse Platform:

!STACK

java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter

at java.net.URLClassLoader$1.run(URLClassLoader.java:200)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(URLClassLoader.java:188)

at java.lang.ClassLoader.loadClass(ClassLoader.java:307)

at java.lang.ClassLoader.loadClass(ClassLoader.java:252)

at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:546)

at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)

at org.eclipse.equinox.launcher.Main.run(Main.java:1236)

at org.eclipse.equinox.launcher.Main.main(Main.java:1212)

이와 같은 예외 직면한다면 다음과 같이 조치한다.

메뉴에서 Run -> Run Configurations을 선택한다.

Plug-gins 탭의 'Validate Plug-ins' 버튼을 눌러서 관련 플러그인을 검사한다.

문제가 있다면, 'Add Required Plug-ins' 버튼을 눌러서 해결한다.

더 추가하고 싶은 플러그인이 있다면, 선택한다.

마찬가지로 'Validate Plug-ins' 버튼을 눌러서 관련 플러그인을 검사하고,

문제가 있다면, 'Add Required Plug-ins' 버튼을 눌러서 해결한다.

▼ more
work list
2012-04-16 23:05:25

Thesis

1. Writing until 19th/April.

2. Implementation : from 18th at the latest.

- UI(RCP), JavaCC, OWL API, SWRL API, Some reasoners..

3. prepare the documents

- 논문심사원 1부 OK

- 심사위원 추천서 1부 Warning..

- 심사용논문 4부 (A4용지 상철, 제본하지 않아도 됨) => 23rd / April in progress

- 연구윤리 준수 확인서 OK

- 병적증명서 1부 (남학생에 한함) OK

- 학위논문심사등록확인서 (의과학과 대학원생에 한함, 의학과는 해당 사항 없음) none

HMM : 1 day?

Art? : LDA? => 1~2days?

Cloud : teach him Hadoop

▼ more
work list
2012-04-16 08:57:03

Thesis

1. Evaluation : decide the factors to evaluate 16th / April

2. Writing except for evaluation until 19th/April.

3. Implementation : from 18th at the latest.

4. Pay the thesis fare, prepare some documents 16th/April(except for the 3rd one)

- 논문심사원 1부

- 심사위원 추천서 1부

- 심사용논문 4부 (A4용지 상철, 제본하지 않아도 됨) => 23rd / April

- 연구윤리 준수 확인서

- 병적증명서 1부 (남학생에 한함)

- 학위논문심사등록확인서 (의과학과 대학원생에 한함, 의학과는 해당 사항 없음)

Thesis in detail about contents.

1. Writing : Intro, Related research, Method, and implement are fixed.

- Ontology, rule, and frequency counting for ordering the term list.

2. Implementation : UI(RCP), JavaCC, OWL API, SWRL API, Some reasoners..

- Two weeks

3. Idea : Evaluation..

4. Idea : Title..

HMM : 1 day?

Art? : LDA? => 1~2days?

▼ more
Thesis
2012-04-14 11:32:11

논문 작업

1. Ontology, Rule, Evaluation 그대로 간다.

2. Frequency counting을 method에 추가.

3. CEM은 나중에 추가?

구현

1. 자료를 더 넣어 예제를 만든다.

2. UI는 RCP로?

▼ more