오류(107)
-
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 를 해당 비트의 버전으로 설..
-
Error-Rendering Problems - Missing styles. Is the correct theme chosen for this layout? (Android Studio)
에러 메시지 Rendering Problems Missing styles. Is the correct theme chosen for this layout? Use the Theme combo box above the layout to choose a different layout, or fix the theme style references. Failed to find style 'textViewStyle' in current theme (4 Similar errors not shown) 원인 초기 프로젝트 생성시 관련 파일들을 정상적으로 로딩하지 못해서 생긴 이슈 해결방법 Android Studio >>> File >>> Invalidate Caches / Restart… 수행 Invalidate an..
-
Error- emulator: warning: opening audio input failed / emulator: WARNING: Could not initialize OpenglES emulation, using software renderer./ could not get wglGetExtensionsStringARB 해결방법
에러 메시지 Starting emulator for AVD 'AVD-19' Failed to create Context 0x3005 could not get wglGetExtensionsStringARB emulator: WARNING: Could not initialize OpenglES emulation, using software renderer. could not get wglGetExtensionsStringARB could not get wglGetExtensionsStringARB could not get wglGetExtensionsStringARB could not get wglGetExtensionsStringARB could not get wglGetExtensionsStringARB..
-
Warning-Consider adding android:layout_alignParentStart="true" to better support right-to-left layouts
에러메시지 Consider adding android:layout_alignParentStart="true" to better support right-to-left layouts 해결방법1 Window | Preferences | Android | Lint Error Checking Security: 레벨을 Error -> Warining으로 변경합니다. eclipse 재시작 모든 프로젝트 클린 수행 eclipse > project > clean 해결방법2 When saving files, check for errors 항목 체크 해제 이 경우 관련 warning 과 error 알림을 모두 받지 못하게 될 수 있으니 주의하시기 바랍니다. 해결방법3 AndroidManifest.xml의 applicati..
-
Warning-Implicitly using the default locale is a common source of bugs: Use String.format(Locale, ...) instead
경고 메시지 Implicitly using the default locale is a common source of bugs: Use String.format(Locale, ...) instead 해결 방법 Clean을 수행하면 사라집니다. eclipse > Project > Clean...