본문 바로가기
728x90

error16

eclipse - import cannot be resolved 이클립스에서 잘 사용되던 소스가 갑자기 위와 같은 에러가 발생하여 빨간 줄이 그어져 있었다. 다른 프로젝트를 실행하면서 workspace가 부딪혔던건가? 어야튼, 해당 문제를 해결하기 위해서 jdk를 재 인식을 시켜주도록 했다. 해당 프로젝트에서 우클릭 후 Build Path > Configure Build Path를 클릭한다. Libraries 탭에서 jre를 선택하고 remove를 클릭하여 지워준다. 이후 다시 jre를 넣어준다. Add Library를 클릭한 후, JRE System Library를 선택한 후 Next, Workspace default JRE를 선택하여 기존 Default값 그대로 선택하였다. 그리고 Finish버튼 클릭~ resolved 에러가 발생하던 라인들이 정상으로 돌아온 것.. 2023. 3. 20.
svn오류 - previous operation has not finished run 'cleanup' if it was interrupted previous operation has not finished run 'cleanup' if it was interrupted 메시지와 함께 cleanup이 되지 않고 commit이나 update시 문제가 발생 할 경우 https://www.sqlite.org/download.html 해당 사이트로 이동 후 sqlite-tools 을 다운받아 준다. os가 windows라면 windows의 sqlite-tools를 다운 받는다. 받은 압축파일을 풀어보면 sqlite3.exe 파일이 있다. 해당 파일을 현재 문제가 되고 있는 소스의 홈경로로 이동시켜준다. 해당 svn 소스의 홈경로로 이동하면 .svn 숨긴폴더가 존재한다. 실행창에서 cmd를 쳐서 명령프롬프트를 실행한 뒤에 해당 경로로 이동한다. 이동 후.. 2023. 2. 23.
When changing the height value of the design in visual studio, it is not the desired value. Why? There could be several reasons why the height value of a design in Visual Studio is not set to the desired value. Some common causes include: The height is being overridden by another property or style in the same layout or control. The height is being limited by the size of the parent container or window. The height is being calculated based on the content of the control, and the content is lar.. 2023. 2. 7.
java 버전 업데이트 후 이클립스 오류 발생. Unable to locate executable for jre1.8.0_341 오전에 java 업데이트가 떠 있어서 무심하게 클릭하여 업데이트를 했다. 그리고 오후에 이클립스에서 프로젝트 하나를 돌리니 위에 이미지와 같은 에러가 발생했다. 찾아보니, 업데이트하면 이클립스에서 새로 업데이트된 jre 버전을 찾지못해서 발생한다고 한다. 그래서 경로를 다시 지정해 주어야 한다고 한다. 먼저 이클립스에서 Window > Preference Preferences 창에서 Java > Installed JREs로 들어가니 이런 오류가 나타났다. 못찾는다. OK를 눌러주고 Add를 눌러서 찾아주자. Standard VM선택 후 Next JRE home에 jre가 설치된 경로를 찾아 폴더 추가 후 JRE name을 넣.. 2022. 11. 16.
이클립스 Failed to Download index 오류 Failed to Download index Code Recommenders cannot download its model repository index. Please make sure that you are connected to the internet. if so, check our FAQ for help on resolving this issue. if the problem, please file a bug with the Eclipse Code Recommenders project. 이런 문구가 개발 도중에 계속 나타났다. 일단 하위에 있는 Silently ignore future download failures를 체크하여 OK 버튼을 누를경우 다시 나타나지 않는것 같다. 원인은 코드를 최신형식으.. 2022. 11. 7.
SQL Server 엑셀 가져오기 및 내보내기 오류 MS SQL에서 엑셀을 이용하여 데이터 가져오기 마법사 실행시에 위에 같은 오류가 발생하였다. The operation could not be completed. Microsoft.ACE.OLEDB.12.0 공급자는 로컬 컴퓨터에 등록할 수 없습니다. 라는 메시지와 함께 오류가 발생하였다. 열심히 구글링을 하여 찾은 결과 Microsoft Access Database Engine 설치 진행을 해야 한다고 한다. 아래 링크의 사이트로 가서 설치 파일을 받은 후, https://www.microsoft.com/en-us/download/details.aspx?id=39358 Download Microsoft Access 2013 Runtime from Official Microsoft Download Cen.. 2022. 10. 18.
728x90