Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JAVAC.exe file missed after installed Java7 in Windows7(64bit)

I recently installed JAVA7 in my Windows7 64bit Laptop.After that Java is not running properly and i am unable to found

JAVAC.exe in C:\Program Files\Java\jre7\bin.

I uninstalled and installed 3 to 4 times, but no use. Please help me.

Thanks

like image 429
KCRaju Avatar asked Jun 25 '13 18:06

KCRaju


1 Answers

Since your title says javac, I will assume that you are trying to install Java to compile programs, you can grab the latest development kit from Oracle here.

javac is located under jdk(version) where. In your case above, since you are on x64 Windows (and provided you use the one I linked to), you can install the kit and add the following to your path:

C:\Program Files\Java\jdk1.7.0_25\bin

like image 190
iKlsR Avatar answered Oct 05 '22 23:10

iKlsR