본문 바로가기

dev

[oracle] sql developer (win 64bit) 실행 에러

반응형

윈도우즈 7 64bit 에서 오라클 sql developer 가 java.exe 를 찾지 못하고 실행 안되는 이슈..
검색을 해보니..


Here’s my PC environment :
- Database : Oracle 11g
- OS Platform : Windows 7 Ultimate 64 bits
- JDK : 1.6 .0_24, 64 bits

While click on the Oracle SQL developer, it prompts me to key in the JDK folder. However, after i specified the JDK folder, it prompts me following error dialog box :
Oracle SQL developer is NOT support on 64 bits JDK. To solve it, install a 32 bits / x86 JDK and update your SQL developer config file, so that it points to the 32 bits JDK.

Fix it!
Edit the “sqldeveloper.conf“, which can be found under “{ORACLE_HOME}\sqldeveloper\sqldeveloper\bin\sqldeveloper.conf“, make sure “SetJavaHome” is point to your 32 bits JDK.

For example, “SetJavaHome C:\Program Files (x86) \Java\jdk1.6.0_13“.

... 란다.

오라클 sql developer 가 64bit java.exe 를 실행 안됨..

=> 해결 : 32 bit JDK 를 설치한후 해당 경로를 등록!

반응형