java in kali linux | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответов
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