0
How i can run java as a prigramm language?
i downloaded java from java.com, then?
2 Answers
0
Have you started the Java course at all? This is covered in the first chapter of every book/tutorial/website I've read about the Java language.
0
Add the bin directory to the path, then you can compile java files with javac command, then the generated class file with the java command without extension.