New to java 1.8.0_73 - Javac command not recognized -


when try compile .java file, says "command javac not found."

i've done fresh install of java using installer downloaded website. i've tried solution on of other posts says check path, includes "c:\program files (x86)\java\jre1.8.0_73\bin;" contains looks ton of utilities - except, there's no javac executable.

i searched c drive file explorer, , couldn't find anywhere. i've installed , reinstalled, think might looking wrong thing compile programs. please help!

you have installed java jre. need install jdk.

the jre (java runtime environment) contains files needed run java.

the jdk (java development kit) includes jre , development utilities.

go the download page, , select jdk.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -