0

How i can run java as a prigramm language?

i downloaded java from java.com, then?

29th Jun 2017, 6:06 PM
Scroll Trider
Scroll Trider - avatar
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.
29th Jun 2017, 6:13 PM
AgentSmith
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.
29th Jun 2017, 8:09 PM
SzabĂł GĂĄbor
SzabĂł GĂĄbor - avatar