dropins 폴 더 로 plug-in 설치 하기
The dropins folder is configured to be scanned during startup. Thus the dropins folder can be used much like the plugins directory was used in the past.
플러그 인 을 설치 하 는 4 가지 레이아웃:
1. The simplest layout is to just drop plug-ins in either jar or directory format directly into the dropins folder:
eclipse/
dropins/
org.eclipse.core.tools_1.4.0.200710121455.jar
org.eclipse.releng.tools_3.3.0.v20070412/
plugin.xml
tools.jar
... etc ...
2.
traditional Eclipse application or extension layout:eclipse/
dropins/
eclipse/
features/
plugins/
3. various different components are dropped in, and you want to keep them separate:(recommend)
eclipse/
dropins/
emf/
eclipse/
features/
plugins/
gef/
eclipse/
features/
plugins/
... etc ...
4.
adding link files as in the traditional Eclipse links folder:eclipse/
dropins/
emf.link
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
m1 이클립스에 oracle cloud (오라클 클라우드)연결하기m1에는 oracle이 설치되지 않는다.... 큰맘먹고 지른 m1인데 oracle이 설치되지 않는다니... 하지만 이뻐서 용서가 된다. 이거 때문에 웹 개발 국비수업을 듣는 도중에 몇번 좌절하고 스트레스를 크게 받았...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.