문제

I have a project, we want the SWT/JFace GEF Eclipse plugin project independ from Eclipse IDE. for example, as a java project, we import the java libarary, and run the java application as normal, could anyone help me to give me an idea. Many thanks!

도움이 되었습니까?

해결책

You have to write an Eclipse Rich Client Platform (RCP), this includes enough of Eclipse to provide the infrastructure needed by all Eclipse plugins.

There are lots of web resources on writing Eclipse RCPs, see here for example.

You cannot run Eclipse plugins in an ordinary Java program.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top