0003 64-bit Oracle11gR2 cannot run SQL Developer solution, 0003oracle11gr2
"SQL Developer" under "Application Development" double-click unavailable, "Windows is looking for SQLDEVELOPER. BAT "tips, such as: Search blog garden, find: http://www.cnblogs.com/OnlyCT/p/4665666.html probably understand the reason, Oracle built-in SQL Developer does not support built-in 64-bit JDK, so to the official website to find the 64-bit SQL Developer directly replace it, In the http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html to download 4.1.3.20.78 Windows 64-bit with JDK 8 embedded ded version, decompress the package and replace the sqlbench folder under product \ 11.2.0 \ dbhome_1, and then double-click sqlcmd.exe. This operation is successful, for example:
Finally, copy the “sqlcmd.exe shortcut to "C: \ ProgramData \ Microsoft \ Windows \ Start Menu \ Programs \ Oracle-OraDb11g_home1 \ Application Development, you can open "Oracle SQL Developer" from the "Start" menu ".
References: http://www.cnblogs.com/OnlyCT/p/4665666.html