Home > other >  In the sqldeveloper, 'can't find the specified folder to install the Java SE SDK' wha
In the sqldeveloper, 'can't find the specified folder to install the Java SE SDK' wha

Time:10-05


I just installed the oracle database, I would like to use sqldeveloper, I downloaded the latest version of it, when I'm going to run it after decompression, it shows this message, both please specify the path to the Java JDK home and 'can' t find a Java SE SDK installed at "c: \ program files \ Java \ (* 86) jdk1.7.0 _60 \ bin" '
I can't find any answer to this question, I try to install Java, again in my sqldeveloper folder (latest version) no 'JDK' folder, I don't know what can I do?








CodePudding user response:


May be here two things:

Don't order SQL Developer to bin folder - browse to where you actually did not install the SDK of the parent folder
,

If it is in the second place, the following may help, (if not, it may sound very difficult, feel sorry),
Java has two kinds of flavors,
Unless you are a developer, you usually only need to run (Java runtime environment, or JRE), is this your normal use, if you go to download the Java end,
However, Java, or if you want to write a program, its emergence, using SQL developer, you need a Java version, allows you to write a Java program, and compiling, will be in Java runs, this is a Java development kit, or JDK,
If Google "download Java", you will end here: https://java.com/en/download/you get "run" or JRE,
But if you Google "download JDK", you will end here: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
Which is more likely to be what you want,
You download and install, in the folder a installed in SQL Developer to later, you can check whether you have JDK, because in the bin folder there will be a program called javac,
In addition, some SQL developer download includes the JDK, so if you make sure you download one of these, it will solve the problem, (this may be a @ Mate implied in the comment),

CodePudding user response:

Please obey the CSDN user code of conduct, and may not be in violation of state laws and regulations; Reprint please indicate the from "CSDN (www.csdn.net)", "business purposes, please contact the author; Please don't discuss political related topics,
  • Related