question about linux
- by davit-datuashvili
i have following question
i am writting programs in linux like this from command line i do following steps
touch project.java
nano project.java
and // code here
i have questions how can i create new classes interfaces and so on?because in IDE like netbeans i can do click on projects name with right size of mouse choose create new class or interfaces and it is created but how do it in linux if i dont use IDE?