java in kali linux | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

java in kali linux

how to run java files in kali linux ?

19th Oct 2016, 12:38 AM
gol_roger
gol_roger - avatar
2 Answers
0
its a long text, so just watch this video. https://youtu.be/gdM1evyJW8s
19th Oct 2016, 3:52 AM
Fabricio Oliveira
Fabricio Oliveira - avatar
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.
27th Oct 2016, 7:40 PM
Victor Ogudu
Victor Ogudu - avatar