Click here to Skip to main content
15,867,977 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I cannot compile a java program in Command Prompt in Windows 8. 'javac' is not an internal or external command, operable program or batch file.
Posted

1 solution

You will need to install the java environment on your machine. The download page for java is here[^]. If you are a developer, you probably want the JDK option. Make sure that you select the correct 32 bit/64 bit for your machine.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 17-Sep-13 0:06am    
Captain Obvious at work! 5ed. :-)
—SA
H.Brydon 17-Sep-13 0:13am    
Thanks. I haven't heard that title for a while but I suppose it fits. :-)
Sergey Alexandrovich Kryukov 17-Sep-13 0:48am    
:-)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900