Wiktionary.org : Text is available under the Creative Commons Attribution-ShareAlike License
Use "javac" in a sentence
"Then, I opened a command prompt, changed directories to javac Example.java"
"· Fix: patch to continue build when javac isn't found on both windows and linux [Corey Taylor] · Fix: [1599139]"
"I am getting one error in compilesation of servlet progrm. the error is package import javax. servlet.*; does not exist. how to rectify my problem Simple, you used only javac YOUR_JAVA_FILE and did not included path to "servlet-api. jar", check point 5 of this book reference"