Oracle-SQL Developer: msvcr100.dll is missing from your computer

Installed 11g on Windows 7 (64-bit machine). Since the SQL developer does not work with 64-bit jdk.

Installed 32-bit jdk1.7.0 and changed the file ORACLE_HOME\sqldeveloper\sqldeveloper\bin\sqldeveloper.conf SetJavaHometo 32 bit jdk1.7.0.

The SQL developer started again, but he missed msvcr100.dll. Find SQL Developer3.x supported on max jdk1.6.X.

+4
source share
5 answers

These data are indicated in ORACLE_HOME\sqldeveloper\releasenotes. So set jdk1.6 and set the value to sqldeveloper.confSetJavaHome.

- jdk1.7.0 jdk1.7.0\jre\bin copy msvcr100.dll ORACLE_HOME\sqldeveloper\sqldeveloper\bin SQL Developer. .

: http://www.dll-files.com

, : http://www.dll-files.com/contact.php

:

.dll .zip. .dll , .dll.

, .dll . :

C:\Windows\System (Windows 95/98/Me)

C:\WINNT\System32 (Windows NT/2000)

C:\Windows\System32 (Windows XP, Vista, 7, win 8)

64- Windows, .dll C:\Windows\SysWOW64\ ( ). .

, :

  • "" Windows "...".
  • CMD Enter ( Windows ME, COMMAND)).
  • regsvr32.dll Enter.

, . HELP www.dll-files.com/support/

+22

. , DLL .

MSVCR100.DLL, .

32Bit: Microsoft Visual ++ 2010 SP1 (x86) http://www.microsoft.com/de-de/download/details.aspx?id=8328

64Bit: Microsoft Visual ++ 2010 1 (x64) http://www.microsoft.com/en-us/download/details.aspx?id=13523

Cheers,

+18

4.1.3 jdk - Windows 64-bit with JDK 8 included Windows Server 2008 R2 64-bit . sqldeveloper.exe, " msvcr100.dll ".

- , :

  • msvcr100.dll SQLDeveloper sqldeveloper\jdk\jre\bin
  • oracle, - C:\oraclexe\app\oracle\product\11.2.0\server\bin

SQL-!

+6
  • (path)\sqldeveloper.sqldeveloper\bin\sqldeveloper.conf Notepad ++ . Windows Notepad .
  • SetJavaHome. "../../jdk" Java . "C:\Program Files\Java\jdk1.8.0_73" .

    , :

    SetJavaHome C:\Program Files\Java\jdk1.8.0_73

  • .

+3

JDK , msvcr100.dll , sqldeveloper.exe, Windows , . SQL Developer Windows 7, ( ), msvcr100.dll C:\Windows\system32\msvcr100.dll.

sqldeveloper\jdk\jre\bin\msvcr100.dll( ) , .

+1

Source: https://habr.com/ru/post/1535493/


All Articles