Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Archives
Today
Total
관리 메뉴

midnightly

SVN: '0x0040010b: Obtain Project Name' operation finished with error: 본문

Trouble Shooting

SVN: '0x0040010b: Obtain Project Name' operation finished with error:

비버버비 2022. 4. 1. 14:40

[에러]

- 이클립스 SVN에서 체크아웃 할 때 발생했던 에러

SVN: '0x0040010b: Obtain Project Name' operation finished with error: Unable to make field private java.lang.Throwable java.lang.Throwable.cause accessible: module java.base does not "opens java.lang" to unnamed module @7b2f18cd Unable to make field private java.lang.Throwable java.lang.Throwable.cause accessible: module java.base does not "opens java.lang" to unnamed module @7b2f18cd

 

[해결]

이클립스에서 Window - Preferences > Version Control (Team) - SVN

Project structure - Checkout Settings

Use '.project' project name for the working copy instead of repository folder name 체크 해제 후 다시 체크아웃

Comments