에러(86)
-
Error-The container 'Android Dependencies' references non existing library 'C:\javanAndroid\workspace_android\appcompat_v7\bin\appcompat_v7.jar' - eclipse error
오류메시지 The container 'Android Dependencies' references non existing library 'C:\javanAndroid\workspace_android\appcompat_v7\bin\appcompat_v7.jar' Error-The container 'Android Dependencies' references non existing library 'C:\javanAndroid\workspace_android\appcompat_v7\bin\appcompat_v7.jar' 해결방법 1 Add JARs Appcompat_v7항목 확장 Android-support-v7-appcompat.jar 선택 > OK 추가확인 Eclipse: Project > Clean OK ..
-
Error-MSXML 4.0 SP3 Parser의 설치가 현재 중지된 상태입니다. 계속하려면 설치하면서 변경된 사항을 취소해야 합니다. 변경된 사항들을 취소하시겠습니까
오류메시지 --------------------------- MSXML 4.0 SP3 Parser의 설치가 현재 중지된 상태입니다. 계속하려면 설치하면서 변경된 사항을 취소해야 합니다. 변경된 사항들을 취소하시겠습니까? --------------------------- 예(Y) 아니요(N) --------------------------- 해결방법1 MSXML 4.0 SP3 Parser 프로그램을 제거한 후 다시 설치 프로그램 추가 제거 실행 MSXML 4.0 SP3 Parser 프로그램을 제거 예(Y) 삭제중 시간이 오래 걸리거나 에러 메시지가 오픈 될 수 도 있습니다. 삭제작업 후에도 동일한 MSXML 오류메시지가 나온다면 아래의 방법 시도. 해결방법2 MSXML 4.0의 SP2나 SP3 재설치 오류..
-
Ex04-변수명에 사용시 에러 발생 확인
변수명에 사용시 에러 발생 확인 변수 선언시 주의사항 변수 선언은 제일 앞쪽에 선언합니다. 변수의 이름은 의미 있게 작명합니다. 특수 기호, 공백 문자, 맨 처음 숫자를 사용하면 안됩니다. C언어에서 사용되는 키워드/예약어를 변수 이름에 사용하지 않습니다. C언어는 대소문자를 구분한다 소스코드 int main(void){ // int int; // 변수의 선언, 에러발생 // int void; // 변수의 선언, 에러발생 // int ?result; // int 2result; // 변수의 선언, 에러발생 int rsult2; //to 와 tal 사이에 공백 문자 사용 //int to toal; // 변수의 선언, 에러발생 int total; //C언어는 대소문자를 구분한다 int TOTAL; //tot..
-
Eclipse Error-The program file specified in the launch configuration does not exist filename.exe not found (C programming)
오류메시지 The program file specified in the launch configuration does not exist filename.exe not found 방법 1 Ctrl + F11을 눌러 한번 더 Run 수행 방법 2 프로젝트 선택 > 마우스 우클릭 > Build Project Ctrl + F11을 눌러 수행
-
Error-Problems occurred while trying to save the state of the workbench
오류메시지 Problems occurred while trying to save the state of the workbench. Could not write metadata for '/.org.eclipse.jdt.core.external.folders'. C:\javanAndroid\workspace_android\.metadata\.plugins\org.eclipse.core.resources\.projects\.org.eclipse.jdt.core.external.folders\.markers (지정된 경로를 찾을 수 없습니다) 해결방법 workspace폴더안의 .metadata 폴더 삭제 후 이클립스 재시작
-
Error-Could not write metadata
Could not write metadata for '/.org.eclipse.jdt.core.external.folders'. C:\javanAndroid\workspace_android\.metadata\.plugins\org.eclipse.core.resources\.projects\.org.eclipse.jdt.core.external.folders\.markers.snap (지정된 경로를 찾을 수 없습니다) 해결방법 workspace폴더안의 .metadata 폴더 삭제 후 이클립스 재시작