Where to get this Java.exe file for a SQL Developer installation

前端 未结 14 1337
臣服心动
臣服心动 2021-02-03 17:30

I just installed Oracle 11g, and tried to start Oracle SQL developer so as to start writing queries.

It is asking me:

Enter the full pathname for the jav         


        
14条回答
  •  失恋的感觉
    2021-02-03 18:17

    Use any JDK installation as long as it is NOT 64bit. The easiest way to find out if it is 64bit installation is to check the folder it resides into. e.g.

    C:\Program Files\... is for 64 bit programs
    C:\Program Files (x86)\... is for 32 bit programs
    

提交回复
热议问题