728x90


1. 인터넷망 PC에서 jar 파일 준비

  • 해당 PC에 본인이 필요한 이클립스 플러그인 설치
  • plugins 폴더(\eclipse\plugins)에 본인이 설치한 플러그인 jar 파일 옮기기(CD든 뭐든)

2. 폐쇄망 PC에 jar 파일 추가

  • plugins 폴더(\eclipse\plugins)에 가져온 jar 파일 추가
  • *bundles.info 파일 수정(\eclipse\configuration\org.eclipse.equinox.simpleconfigurator)

* bundles.info 파일 수정

해당 파일 내에 아래 형식으로 텍스트 추가

식별자,버전,파일경로(plugins/jar 파일명),4,false
  • 식별자: jar 파일명을 언더바(_) 기준으로 구분하여 언더바 앞부분
  • 버전: jar 파일명을 언더바(_) 기준으로 구분하여 언더바 뒷부분
  • 파일경로: plugins/ + jar 파일명


예)

  • jar 파일명: com.github.eclipsecolortheme_1.0.0.201410260308.jar
  • 추가할 텍스트: com.github.eclipsecolortheme,1.0.0.201410260308,plugins/com.github.eclipsecolortheme_1.0.0.201410260308.jar,4,false




728x90

+ Recent posts