Does anyone know how to compile a java source code and run it? i need help and i can pay if it works

Status
This thread has been locked.

aspireexx

Banned
Feedback score
-4
Posts
5
Reactions
1
Resources
0
Does anyone know how to compile a java source code and run it? i need help and i can pay if it works
 
Banned forever. Reason: Admitting to Scamming

MaccariTA

Feedback score
4
Posts
201
Reactions
47
Resources
0
Have you tried using the javac tool?
It comes with Java JDK.

Code:
javac <options> <source files>
 
Status
This thread has been locked.
Top