How to change settings for SQL Developer to correctly recognize current version of SDK
I've installed Oracle 11g r2 to my machine and when I opened Oracle SQL Developer it says: java 1.6.0_02 is not supported
and telling me to install new java version.
Then I've installed JDK 1.6.0_27 and set the path in environment variables and run Oracle SQL Developer again, but the same error occurred.
How can I change the settings for Oracle SQL Developer to recognize 1.6.0_27 as my SDK?
oracle oracle11g oracle-sqldeveloper jdk1.6
add a comment |
I've installed Oracle 11g r2 to my machine and when I opened Oracle SQL Developer it says: java 1.6.0_02 is not supported
and telling me to install new java version.
Then I've installed JDK 1.6.0_27 and set the path in environment variables and run Oracle SQL Developer again, but the same error occurred.
How can I change the settings for Oracle SQL Developer to recognize 1.6.0_27 as my SDK?
oracle oracle11g oracle-sqldeveloper jdk1.6
what operating system are you using?
– Troydm
Sep 12 '11 at 9:09
i'm using windows 7 32bit and oracle 11g v2
– Lakshitha Herath
Sep 12 '11 at 9:12
add a comment |
I've installed Oracle 11g r2 to my machine and when I opened Oracle SQL Developer it says: java 1.6.0_02 is not supported
and telling me to install new java version.
Then I've installed JDK 1.6.0_27 and set the path in environment variables and run Oracle SQL Developer again, but the same error occurred.
How can I change the settings for Oracle SQL Developer to recognize 1.6.0_27 as my SDK?
oracle oracle11g oracle-sqldeveloper jdk1.6
I've installed Oracle 11g r2 to my machine and when I opened Oracle SQL Developer it says: java 1.6.0_02 is not supported
and telling me to install new java version.
Then I've installed JDK 1.6.0_27 and set the path in environment variables and run Oracle SQL Developer again, but the same error occurred.
How can I change the settings for Oracle SQL Developer to recognize 1.6.0_27 as my SDK?
oracle oracle11g oracle-sqldeveloper jdk1.6
oracle oracle11g oracle-sqldeveloper jdk1.6
edited Mar 14 '16 at 23:34
hichris123
7,455124261
7,455124261
asked Sep 12 '11 at 9:06
Lakshitha HerathLakshitha Herath
1482415
1482415
what operating system are you using?
– Troydm
Sep 12 '11 at 9:09
i'm using windows 7 32bit and oracle 11g v2
– Lakshitha Herath
Sep 12 '11 at 9:12
add a comment |
what operating system are you using?
– Troydm
Sep 12 '11 at 9:09
i'm using windows 7 32bit and oracle 11g v2
– Lakshitha Herath
Sep 12 '11 at 9:12
what operating system are you using?
– Troydm
Sep 12 '11 at 9:09
what operating system are you using?
– Troydm
Sep 12 '11 at 9:09
i'm using windows 7 32bit and oracle 11g v2
– Lakshitha Herath
Sep 12 '11 at 9:12
i'm using windows 7 32bit and oracle 11g v2
– Lakshitha Herath
Sep 12 '11 at 9:12
add a comment |
7 Answers
7
active
oldest
votes
sqldeveloper.conf
under sqldeveloper/bin
in the SQLDeveloper base directory has an entry for the java home being used.
(So, on Windows, if you have unzipped SQLDeveloper to C:sqldev
then sqldeveloper.conf
is under C:sqldevsqldeveloperbin
)
Something like:
SetJavaHome C:Program FilesJavajdk1.6.0_20
Quit SQLDeveloper, remove this entry and relaunch SQLDeveloper. You should be prompted for the location of Java.
add a comment |
Go to sqldevelopersqldeveloperbin and edit sqldeveloper.conf file.
There you'll see
SetJavaHome C:Program FilesJavajdk1.6.0_21
Change it to correct jdk path
when i'm trying to save sqldeveloper.conf file it says "Please check whether if this fileis opened in another program"??
– Lakshitha Herath
Sep 12 '11 at 9:28
if you have sql developer running close it before saving this file? If sql developer is not running restart your computer, edit this file and only then try starting sql developer
– Troydm
Sep 12 '11 at 9:35
3
@Lak1357 Old comment, but for future reference: Might also mean your editor needs admin/other rights to write to the file.
– Svish
Jun 22 '15 at 10:32
I have installed the 32 bit version and then set the path it didn't work then i installed the 64 bit version of it and it work fine.
– Prageeth godage
Mar 14 '16 at 6:12
add a comment |
Yes, Oracle just made a dumb installation package to makes us waste our time...good job guys!!!
The thing is, there should be a wizard/installer to configure the java path, this is because the jdk that comes pre-configured just doesn't work. Personally, I had to edit to the sqldeveloper.conf
under sqldeveloperbin
just has Nivas said and change the pre-configured path "SetJavaHome ../../jdk
" to "SetJavaHome C:Program FilesJavajdk1.8.0_73
" - for earlier versions of sqldeveloper it's a requirement to have Java8 and be sure that if you install SQLDeveloper x64 version that the java version that you set in your path is also x64.
add a comment |
This workaround helped many people (including me) during the last 12 months, so you must try it if you still have the problem:
- Go to sqldeveloperjdkjrebin folder and locate "msvcr100.dll"
- Copy this dll to C:WindowsSystem32 folder
Obs: you will need to provide administrator authorization to finish the file copy, so you must be logged on as a true windows administrator.
After copying the file, just try to start the sqldeveloper again. No reboot needed.
Hope this helps you too!
add a comment |
In windows 10, I needed to go to following folder and change following product.conf file and set SetJavaHome directive.
%APPDATA%sqldeveloper<product-version>product.conf
in my machine:
C:Usersati_oAppDataRoamingsqldeveloper17.4.0product.conf
with following line.
SetJavaHome C:Toolsoraclejdk8
Thanks to comment from @thatjeffsmith, in MacOS or Linux/Unix, go to:
$HOME/.sqldeveloper/<product-version>/product.conf
to set same SetJavaHome directive.
1
This is the correct answer for any version of SQL Developer 4 and higher. On a mac or *NIX, go to the .sqldeveloper folder in your $HOME dir to find the product.conf file
– thatjeffsmith
Nov 14 '18 at 21:11
add a comment |
One solution is to install the latest Oracle SQL Developer. Link @ SQL Developer Downloads . This installation will install and use the latest Java version 1.8.x.
The sqldeveloper.conf file resides at a newer location at ...sqldevelopersqldeveloperbin .
add a comment |
In order to change the version of SDK linked to your SQL developer, uninstall the other versions of SDK and install the required version. Once you install the required version, try running SQL developer it will automatically prompt you to attach the path. ANd you can provide the new path.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f7385550%2fhow-to-change-settings-for-sql-developer-to-correctly-recognize-current-version%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
7 Answers
7
active
oldest
votes
7 Answers
7
active
oldest
votes
active
oldest
votes
active
oldest
votes
sqldeveloper.conf
under sqldeveloper/bin
in the SQLDeveloper base directory has an entry for the java home being used.
(So, on Windows, if you have unzipped SQLDeveloper to C:sqldev
then sqldeveloper.conf
is under C:sqldevsqldeveloperbin
)
Something like:
SetJavaHome C:Program FilesJavajdk1.6.0_20
Quit SQLDeveloper, remove this entry and relaunch SQLDeveloper. You should be prompted for the location of Java.
add a comment |
sqldeveloper.conf
under sqldeveloper/bin
in the SQLDeveloper base directory has an entry for the java home being used.
(So, on Windows, if you have unzipped SQLDeveloper to C:sqldev
then sqldeveloper.conf
is under C:sqldevsqldeveloperbin
)
Something like:
SetJavaHome C:Program FilesJavajdk1.6.0_20
Quit SQLDeveloper, remove this entry and relaunch SQLDeveloper. You should be prompted for the location of Java.
add a comment |
sqldeveloper.conf
under sqldeveloper/bin
in the SQLDeveloper base directory has an entry for the java home being used.
(So, on Windows, if you have unzipped SQLDeveloper to C:sqldev
then sqldeveloper.conf
is under C:sqldevsqldeveloperbin
)
Something like:
SetJavaHome C:Program FilesJavajdk1.6.0_20
Quit SQLDeveloper, remove this entry and relaunch SQLDeveloper. You should be prompted for the location of Java.
sqldeveloper.conf
under sqldeveloper/bin
in the SQLDeveloper base directory has an entry for the java home being used.
(So, on Windows, if you have unzipped SQLDeveloper to C:sqldev
then sqldeveloper.conf
is under C:sqldevsqldeveloperbin
)
Something like:
SetJavaHome C:Program FilesJavajdk1.6.0_20
Quit SQLDeveloper, remove this entry and relaunch SQLDeveloper. You should be prompted for the location of Java.
edited Jul 5 '16 at 18:16
answered Sep 12 '11 at 9:14
NivasNivas
14.7k44470
14.7k44470
add a comment |
add a comment |
Go to sqldevelopersqldeveloperbin and edit sqldeveloper.conf file.
There you'll see
SetJavaHome C:Program FilesJavajdk1.6.0_21
Change it to correct jdk path
when i'm trying to save sqldeveloper.conf file it says "Please check whether if this fileis opened in another program"??
– Lakshitha Herath
Sep 12 '11 at 9:28
if you have sql developer running close it before saving this file? If sql developer is not running restart your computer, edit this file and only then try starting sql developer
– Troydm
Sep 12 '11 at 9:35
3
@Lak1357 Old comment, but for future reference: Might also mean your editor needs admin/other rights to write to the file.
– Svish
Jun 22 '15 at 10:32
I have installed the 32 bit version and then set the path it didn't work then i installed the 64 bit version of it and it work fine.
– Prageeth godage
Mar 14 '16 at 6:12
add a comment |
Go to sqldevelopersqldeveloperbin and edit sqldeveloper.conf file.
There you'll see
SetJavaHome C:Program FilesJavajdk1.6.0_21
Change it to correct jdk path
when i'm trying to save sqldeveloper.conf file it says "Please check whether if this fileis opened in another program"??
– Lakshitha Herath
Sep 12 '11 at 9:28
if you have sql developer running close it before saving this file? If sql developer is not running restart your computer, edit this file and only then try starting sql developer
– Troydm
Sep 12 '11 at 9:35
3
@Lak1357 Old comment, but for future reference: Might also mean your editor needs admin/other rights to write to the file.
– Svish
Jun 22 '15 at 10:32
I have installed the 32 bit version and then set the path it didn't work then i installed the 64 bit version of it and it work fine.
– Prageeth godage
Mar 14 '16 at 6:12
add a comment |
Go to sqldevelopersqldeveloperbin and edit sqldeveloper.conf file.
There you'll see
SetJavaHome C:Program FilesJavajdk1.6.0_21
Change it to correct jdk path
Go to sqldevelopersqldeveloperbin and edit sqldeveloper.conf file.
There you'll see
SetJavaHome C:Program FilesJavajdk1.6.0_21
Change it to correct jdk path
answered Sep 12 '11 at 9:16
TroydmTroydm
1,85621833
1,85621833
when i'm trying to save sqldeveloper.conf file it says "Please check whether if this fileis opened in another program"??
– Lakshitha Herath
Sep 12 '11 at 9:28
if you have sql developer running close it before saving this file? If sql developer is not running restart your computer, edit this file and only then try starting sql developer
– Troydm
Sep 12 '11 at 9:35
3
@Lak1357 Old comment, but for future reference: Might also mean your editor needs admin/other rights to write to the file.
– Svish
Jun 22 '15 at 10:32
I have installed the 32 bit version and then set the path it didn't work then i installed the 64 bit version of it and it work fine.
– Prageeth godage
Mar 14 '16 at 6:12
add a comment |
when i'm trying to save sqldeveloper.conf file it says "Please check whether if this fileis opened in another program"??
– Lakshitha Herath
Sep 12 '11 at 9:28
if you have sql developer running close it before saving this file? If sql developer is not running restart your computer, edit this file and only then try starting sql developer
– Troydm
Sep 12 '11 at 9:35
3
@Lak1357 Old comment, but for future reference: Might also mean your editor needs admin/other rights to write to the file.
– Svish
Jun 22 '15 at 10:32
I have installed the 32 bit version and then set the path it didn't work then i installed the 64 bit version of it and it work fine.
– Prageeth godage
Mar 14 '16 at 6:12
when i'm trying to save sqldeveloper.conf file it says "Please check whether if this fileis opened in another program"??
– Lakshitha Herath
Sep 12 '11 at 9:28
when i'm trying to save sqldeveloper.conf file it says "Please check whether if this fileis opened in another program"??
– Lakshitha Herath
Sep 12 '11 at 9:28
if you have sql developer running close it before saving this file? If sql developer is not running restart your computer, edit this file and only then try starting sql developer
– Troydm
Sep 12 '11 at 9:35
if you have sql developer running close it before saving this file? If sql developer is not running restart your computer, edit this file and only then try starting sql developer
– Troydm
Sep 12 '11 at 9:35
3
3
@Lak1357 Old comment, but for future reference: Might also mean your editor needs admin/other rights to write to the file.
– Svish
Jun 22 '15 at 10:32
@Lak1357 Old comment, but for future reference: Might also mean your editor needs admin/other rights to write to the file.
– Svish
Jun 22 '15 at 10:32
I have installed the 32 bit version and then set the path it didn't work then i installed the 64 bit version of it and it work fine.
– Prageeth godage
Mar 14 '16 at 6:12
I have installed the 32 bit version and then set the path it didn't work then i installed the 64 bit version of it and it work fine.
– Prageeth godage
Mar 14 '16 at 6:12
add a comment |
Yes, Oracle just made a dumb installation package to makes us waste our time...good job guys!!!
The thing is, there should be a wizard/installer to configure the java path, this is because the jdk that comes pre-configured just doesn't work. Personally, I had to edit to the sqldeveloper.conf
under sqldeveloperbin
just has Nivas said and change the pre-configured path "SetJavaHome ../../jdk
" to "SetJavaHome C:Program FilesJavajdk1.8.0_73
" - for earlier versions of sqldeveloper it's a requirement to have Java8 and be sure that if you install SQLDeveloper x64 version that the java version that you set in your path is also x64.
add a comment |
Yes, Oracle just made a dumb installation package to makes us waste our time...good job guys!!!
The thing is, there should be a wizard/installer to configure the java path, this is because the jdk that comes pre-configured just doesn't work. Personally, I had to edit to the sqldeveloper.conf
under sqldeveloperbin
just has Nivas said and change the pre-configured path "SetJavaHome ../../jdk
" to "SetJavaHome C:Program FilesJavajdk1.8.0_73
" - for earlier versions of sqldeveloper it's a requirement to have Java8 and be sure that if you install SQLDeveloper x64 version that the java version that you set in your path is also x64.
add a comment |
Yes, Oracle just made a dumb installation package to makes us waste our time...good job guys!!!
The thing is, there should be a wizard/installer to configure the java path, this is because the jdk that comes pre-configured just doesn't work. Personally, I had to edit to the sqldeveloper.conf
under sqldeveloperbin
just has Nivas said and change the pre-configured path "SetJavaHome ../../jdk
" to "SetJavaHome C:Program FilesJavajdk1.8.0_73
" - for earlier versions of sqldeveloper it's a requirement to have Java8 and be sure that if you install SQLDeveloper x64 version that the java version that you set in your path is also x64.
Yes, Oracle just made a dumb installation package to makes us waste our time...good job guys!!!
The thing is, there should be a wizard/installer to configure the java path, this is because the jdk that comes pre-configured just doesn't work. Personally, I had to edit to the sqldeveloper.conf
under sqldeveloperbin
just has Nivas said and change the pre-configured path "SetJavaHome ../../jdk
" to "SetJavaHome C:Program FilesJavajdk1.8.0_73
" - for earlier versions of sqldeveloper it's a requirement to have Java8 and be sure that if you install SQLDeveloper x64 version that the java version that you set in your path is also x64.
answered Jun 4 '16 at 7:43
MarcoMarco
1,04311115
1,04311115
add a comment |
add a comment |
This workaround helped many people (including me) during the last 12 months, so you must try it if you still have the problem:
- Go to sqldeveloperjdkjrebin folder and locate "msvcr100.dll"
- Copy this dll to C:WindowsSystem32 folder
Obs: you will need to provide administrator authorization to finish the file copy, so you must be logged on as a true windows administrator.
After copying the file, just try to start the sqldeveloper again. No reboot needed.
Hope this helps you too!
add a comment |
This workaround helped many people (including me) during the last 12 months, so you must try it if you still have the problem:
- Go to sqldeveloperjdkjrebin folder and locate "msvcr100.dll"
- Copy this dll to C:WindowsSystem32 folder
Obs: you will need to provide administrator authorization to finish the file copy, so you must be logged on as a true windows administrator.
After copying the file, just try to start the sqldeveloper again. No reboot needed.
Hope this helps you too!
add a comment |
This workaround helped many people (including me) during the last 12 months, so you must try it if you still have the problem:
- Go to sqldeveloperjdkjrebin folder and locate "msvcr100.dll"
- Copy this dll to C:WindowsSystem32 folder
Obs: you will need to provide administrator authorization to finish the file copy, so you must be logged on as a true windows administrator.
After copying the file, just try to start the sqldeveloper again. No reboot needed.
Hope this helps you too!
This workaround helped many people (including me) during the last 12 months, so you must try it if you still have the problem:
- Go to sqldeveloperjdkjrebin folder and locate "msvcr100.dll"
- Copy this dll to C:WindowsSystem32 folder
Obs: you will need to provide administrator authorization to finish the file copy, so you must be logged on as a true windows administrator.
After copying the file, just try to start the sqldeveloper again. No reboot needed.
Hope this helps you too!
answered Jul 8 '16 at 3:23
Fabio FernandesFabio Fernandes
192
192
add a comment |
add a comment |
In windows 10, I needed to go to following folder and change following product.conf file and set SetJavaHome directive.
%APPDATA%sqldeveloper<product-version>product.conf
in my machine:
C:Usersati_oAppDataRoamingsqldeveloper17.4.0product.conf
with following line.
SetJavaHome C:Toolsoraclejdk8
Thanks to comment from @thatjeffsmith, in MacOS or Linux/Unix, go to:
$HOME/.sqldeveloper/<product-version>/product.conf
to set same SetJavaHome directive.
1
This is the correct answer for any version of SQL Developer 4 and higher. On a mac or *NIX, go to the .sqldeveloper folder in your $HOME dir to find the product.conf file
– thatjeffsmith
Nov 14 '18 at 21:11
add a comment |
In windows 10, I needed to go to following folder and change following product.conf file and set SetJavaHome directive.
%APPDATA%sqldeveloper<product-version>product.conf
in my machine:
C:Usersati_oAppDataRoamingsqldeveloper17.4.0product.conf
with following line.
SetJavaHome C:Toolsoraclejdk8
Thanks to comment from @thatjeffsmith, in MacOS or Linux/Unix, go to:
$HOME/.sqldeveloper/<product-version>/product.conf
to set same SetJavaHome directive.
1
This is the correct answer for any version of SQL Developer 4 and higher. On a mac or *NIX, go to the .sqldeveloper folder in your $HOME dir to find the product.conf file
– thatjeffsmith
Nov 14 '18 at 21:11
add a comment |
In windows 10, I needed to go to following folder and change following product.conf file and set SetJavaHome directive.
%APPDATA%sqldeveloper<product-version>product.conf
in my machine:
C:Usersati_oAppDataRoamingsqldeveloper17.4.0product.conf
with following line.
SetJavaHome C:Toolsoraclejdk8
Thanks to comment from @thatjeffsmith, in MacOS or Linux/Unix, go to:
$HOME/.sqldeveloper/<product-version>/product.conf
to set same SetJavaHome directive.
In windows 10, I needed to go to following folder and change following product.conf file and set SetJavaHome directive.
%APPDATA%sqldeveloper<product-version>product.conf
in my machine:
C:Usersati_oAppDataRoamingsqldeveloper17.4.0product.conf
with following line.
SetJavaHome C:Toolsoraclejdk8
Thanks to comment from @thatjeffsmith, in MacOS or Linux/Unix, go to:
$HOME/.sqldeveloper/<product-version>/product.conf
to set same SetJavaHome directive.
edited Nov 14 '18 at 21:27
answered Nov 14 '18 at 21:05
Atilla OzgurAtilla Ozgur
12k33656
12k33656
1
This is the correct answer for any version of SQL Developer 4 and higher. On a mac or *NIX, go to the .sqldeveloper folder in your $HOME dir to find the product.conf file
– thatjeffsmith
Nov 14 '18 at 21:11
add a comment |
1
This is the correct answer for any version of SQL Developer 4 and higher. On a mac or *NIX, go to the .sqldeveloper folder in your $HOME dir to find the product.conf file
– thatjeffsmith
Nov 14 '18 at 21:11
1
1
This is the correct answer for any version of SQL Developer 4 and higher. On a mac or *NIX, go to the .sqldeveloper folder in your $HOME dir to find the product.conf file
– thatjeffsmith
Nov 14 '18 at 21:11
This is the correct answer for any version of SQL Developer 4 and higher. On a mac or *NIX, go to the .sqldeveloper folder in your $HOME dir to find the product.conf file
– thatjeffsmith
Nov 14 '18 at 21:11
add a comment |
One solution is to install the latest Oracle SQL Developer. Link @ SQL Developer Downloads . This installation will install and use the latest Java version 1.8.x.
The sqldeveloper.conf file resides at a newer location at ...sqldevelopersqldeveloperbin .
add a comment |
One solution is to install the latest Oracle SQL Developer. Link @ SQL Developer Downloads . This installation will install and use the latest Java version 1.8.x.
The sqldeveloper.conf file resides at a newer location at ...sqldevelopersqldeveloperbin .
add a comment |
One solution is to install the latest Oracle SQL Developer. Link @ SQL Developer Downloads . This installation will install and use the latest Java version 1.8.x.
The sqldeveloper.conf file resides at a newer location at ...sqldevelopersqldeveloperbin .
One solution is to install the latest Oracle SQL Developer. Link @ SQL Developer Downloads . This installation will install and use the latest Java version 1.8.x.
The sqldeveloper.conf file resides at a newer location at ...sqldevelopersqldeveloperbin .
edited Aug 29 '17 at 21:47
answered Aug 29 '17 at 21:32
The Original AndroidThe Original Android
4,91631728
4,91631728
add a comment |
add a comment |
In order to change the version of SDK linked to your SQL developer, uninstall the other versions of SDK and install the required version. Once you install the required version, try running SQL developer it will automatically prompt you to attach the path. ANd you can provide the new path.
add a comment |
In order to change the version of SDK linked to your SQL developer, uninstall the other versions of SDK and install the required version. Once you install the required version, try running SQL developer it will automatically prompt you to attach the path. ANd you can provide the new path.
add a comment |
In order to change the version of SDK linked to your SQL developer, uninstall the other versions of SDK and install the required version. Once you install the required version, try running SQL developer it will automatically prompt you to attach the path. ANd you can provide the new path.
In order to change the version of SDK linked to your SQL developer, uninstall the other versions of SDK and install the required version. Once you install the required version, try running SQL developer it will automatically prompt you to attach the path. ANd you can provide the new path.
answered Jun 12 '18 at 19:18
shruthi shruthi
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f7385550%2fhow-to-change-settings-for-sql-developer-to-correctly-recognize-current-version%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
what operating system are you using?
– Troydm
Sep 12 '11 at 9:09
i'm using windows 7 32bit and oracle 11g v2
– Lakshitha Herath
Sep 12 '11 at 9:12