Mac세상

[mac] Eclipse에 svn설치하기 (subcilpse포함패키지)

saltdoll 2009. 7. 20. 15:42
반응형

 galileo 버전


방법 1>

 window  >> other.. >> Team Synchonising선택 >>  Task Repositories >> 마우스 오른쪽 메뉴 

 >>  Add Task Repository  >> Install More Connectors >> CollabNet선택



"Leopard"에서 Subclipse 1.4에서는 

--> "Unable to load default SVN client"라는 에러 메시지가 나타난다.


이것을 해결하려면  Subversion을 1.5이상을 설치해야 한다.

다운로드: http://www.open.collab.net/downloads/community/


 

방법 2> (추천)

Help > Install New Software.. >  Add

Name: Subclipse 1.6.x (Eclipse 3.2+)

URL: http://subclipse.tigris.org/update_1.6.x



Subclipse 1.8.x (2012.05.07)

Help > Install New 

Name: Subclipse 1.8.x (Eclipse Indigo+)

Location: http://subclipse.tigris.org/update_1.8.x



subclipse 설명 : http://subclipse.tigris.org/servlets/ProjectProcess?pageID=p4wYuA 


Current Versions

Subclipse Version

SVN/JavaHL Version

1.8.x

1.7.x

1.6.x

1.6.x

1.4.x

1.5.x

1.2.x

1.4.x

1.0.x

1.4.x


mac  OS X에서 해결방법  (결론: 1.7이상이 아니면 안되는 군요-.-;;)

The easiest thing to do is download and install the OSX package that is provided on openCollabNet. This installs Subversion, including the JavaHL library, into /opt/subversion. It then makes a symlink for the JavaHL library into /Library/Java/Extensions. This is a global location that the OSX JVM looks in when loading libraries via JNI. So basically, if you install this package, there is nothing else you need to do. It is OK to install this after you have installed Subclipse. These binaries are Universal including 32 and 64-bit variants which can be important if you use different JVM's. 

Failed to load JavaHL Library.
These are the errors that were encountered:
no libsvnjavahl-1 in java.library.path
no svnjavahl-1 in java.library.path
/opt/local/lib/libsvnjavahl-1.0.0.0.dylib:  no suitable image found.  Did find:  /opt/local/lib/libsvnjavahl-1.0.0.0.dylib: mach-o, but wrong architecture
Note the error about wrong architecture. This is because the 64-bit JVM cannot load a 32-bit native library. The ?CollabNet binaries for OSX do not have this problem because they include both 32-bit and 64-bit versions.
할 수있는 가장 쉬운 것은 openCollabNet에 제공되는 OSX 패키지를 다운로드하여 설치합니다. 이것은 / 거부 / 서브로, JavaHL 라이브러리를 포함하여서브 버전을 설치합니다. 그런 다음 JavaHL 라이브러리로 / 도서관 / 자바 / 확장에 대한 심볼릭 링크를 만듭니다. 이것은 OSX 용 JVM는 JNI를 통해 라이브러리를 로드할 때에 보이는 것이 세계적인 위치입니다. 이 패키지를 설치하는 경우 그러니까 기본적으로, 당신이해야 할 것은 없지요. 그것은 당신이Subclipse를 설치한 후에이를 설치 확인입니다. 이러한 바이너리는 32과 서로 다른 JVM의를 사용하는 경우 중요할 수있는 64 비트 변종을 포함한 유니버설 있습니다.


JavaHL 라이브러리 로딩에 실패가 생긴다.

openCollaNet에서 설치를 해야 한다.




Eclipse Plugin 삭제하기

Help  > Eclipse Marketplace -   - Uninstall 누르면 삭제됩니다.


반응형
도움이 되셨다면 하트모양의 "♡ 공감"을 눌러주시면 큰 격려가 됩니다.
(로그인하지 않으셔도 가능)