moltenform / scite-files

Translations and extras for the SciTE code editor --- see the links below for more information!
123 stars 44 forks source link

running java program #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. >javac root.java

2. 'javac' is not recognized as an internal or external command,
3. operable program or batch file.

W

Original issue reported on code.google.com by sakethin...@gmail.com on 24 Nov 2014 at 1:35

moltenform commented 8 years ago

This behavior is by-design. Either java.properties can specify a path to javac, or javac can be added to the system PATH environment variable.