error(177)
-
Info - Choose R Installation - RStudio requires an existing installation of R in order to work. Please select the version of R to use. - RStudio 포터블버전 설치시 에러메시지
팝업창 메시지 Choose R Installation RStudio requires an existing installation of R in order to work. Please select the version of R to use. 포터블 버전 실행시 R 소프트웨어 깔려져 있지 않은 경우 아래와 같은 창이 나옵니다. R 다운로드 및 설치 R download http://codedragon.tistory.com/1300 R 다운로드 up to date http://codedragon.tistory.com/4976 R homepage The Comprehensive R Archive Network(CRAN)이라는 전세계적으로 연결되어 있는 미러사이트를 통해 R을 다운로드 받을 수 있습니다. http:..
-
printf( ) 사용시 컴파일 Error- Exception in thread "main" java.lang.Error: Unresolved compilation problem: The method printf(String, Object[]) in the type PrintStream is not applicable for the arguments (String, int, float, char, String) - Eclipse..
오류 메시지 Exception in thread "main" java.lang.Error: Unresolved compilation problem: The method printf(String, Object[]) in the type PrintStream is not applicable for the arguments (String, int, float, char, String) 해결방법1 - 이클립스의 컴파일 버전 변경으로 해결 eclipse > windows > preference > Java-Compiler > Java-Compiler에서 Compiler compliance level:1.4을 1.7로 변경 변경 전 변경 후 해결방법2 - 프로젝트의 자바 컴파일 버전 변경 프로젝트 선택 > 마우스 ..
-
ERROR-ORA-28000: the account is locked
오류 메시지 ORA-28000: the account is locked lock 걸린 User 찾기 SELECT username, account_status, to_char(lock_date,'yy/mm/dd hh24:mi') lock_date, profile FROM dba_users; Lock 풀기 (유저가 user02 일 경우) alter user user02 account unlock;
-
디바이스 다시 연결하기-adb.exe 재시작 (디바이스 재접속), Android Studio
디바이스 다시 연결하기-adb.exe 재시작 (디바이스 재접속), Android Studio adb를 종료시키면 adb가 재시작되면서 디바이스를 서치하여 재접속하게 됩니다. 작업관리자 실행 adb.exe선택 >>> 마우스 우클릭 >>> 작업 끝내기 ADM에서 연결 접속을 시도하고 있는 것을 확인할 수 있습니다. 디바이스에서 확인버튼 터치 개발PC와 디바이스가 다시 연결되었습니다.
-
Warning-product.conf의 SetJavaHome을 업데이트하십시오-Java 경로 수정 (JRE/JDK), Oracle SQL Developer
Java버전을 잘못 설정한 경우 경고 메시지가 뜹니다. Oracle SQL Developer Java(JRE/JDK) 경로 수정 JDK 7버전 설치 후 설치 경로 확인 C:\Users\[사용자계정명]\AppData\Roaming\sqldeveloper\1.0.0.0.0\ 폴더안에 있는 sqldeveloper.conf 파일 편집 SetJavaHome을 JDK설치경로 지정 SetJavaHome C:\Program Files\Java\jdk1.7.0_75 전후 저장 후 다시 Oracle Developer 실행
-
Error-.onLoad가 loadNamespace()에서 'rJava'때문에 실패했습니다(rJava 로드 실패) - RStudio Error
에러 메시지 필요한 패키지를 로딩중입니다: rJava Error : .onLoad가 loadNamespace()에서 'rJava'때문에 실패했습니다: 호출: inDL(x, as.logical(local), as.logical(now), ...) 에러: unable to load shared object 'C:/Users/yuriyuri/Documents/R/win-library/3.1/rJava/libs/x64/rJava.dll': LoadLibrary failure: 지정된 모듈을 찾을 수 없습니다. Error: 패키지 'rJava'는 로드되어질 수 없습니다 해경방법 1 64bit 윈도우에서 32bit용 자바버전을 사용하고 있는 경우 발생할 수 있습니다. JRE or JDK 를 해당 비트의 버전으로 설..