0
java in kali linux
how to run java files in kali linux ?
2 ответов
0
its a long text, so just watch this video. https://youtu.be/gdM1evyJW8s
0
you have to compile the .java file to a .class file first in terminal using this command
"javac filename.java"
Then run the file using this command
"java filename"
If you don't want to go through terminal commands, you can use IDE like Netbeans, IntelliJ or Eclipse.