You are watching: Unable to find a java virtual machine
Bartender





posted 7 years ago


I don"t think this a 32 vs 64 little issue. I"m certain you can use 32-bit DB ~ above 64-bit OS. once SQL Developer prompt for that java thing, browse to the "java.exe" in the JDK folder. The runtime"s java.exe would not work. If your computer doesn"t have actually the JDK climate install it.
posted 7 years ago
Thanks yet Now the is no asking any prompt. How deserve to i manually configure this to work? Any file edit?
I just simple download Oracle database shed into disc install it from over there just how to usage oracle database? Is there attach that will overview step through step just how to usage Oracle Db?
See more: Tonta, Tonta, Pero No Tanto : Movies & Tv, Tonta, Tonta Pero No Tanto : Movies & Tv
I to be not sure this is her problem, but we deserve to try. walk to the catalog where you"ve set up your sqldeveloper client. go to the bin folder and also in the bin folder walk to the sqldeveloper.conf document and modify it. add the path to JavaHome in that file. The file I have on mine laptop looks favor this--
IncludeConfFile ../../ide/bin/ide.conf AddVMOption -Dapple.laf.useScreenMenuBar=true AddVMOption -Dcom.apple.mrj.application.apple.menu.about.name="SQL_Developer" AddVMOption -Dcom.apple.mrj.application.growbox.intrudes=false AddVMOption -Dcom.apple.macos.smallTabs=true AddVMOption -Doracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG=true AddVMOption -Dsun.java2d.ddoffscreen=false AddVMOption -Dwindows.shell.font.languages= AddVMOption -XX:MaxPermSize=128M IncludeConfFile sqldeveloper-nondebug.conf SetJavaHome C:Program records (x86)Javajdk1.6.0_45
You require to include the route of where you have installed the JDK for the 32 little Windows. And see if that works.