+ 3
Can anyone suggest... How to run command line argument programs in java on phones ???
// Example public class Main { public static void main(String[] args) { for (String s : args) { System.out.println(s); } } }
2 Antworten
+ 5
I tried with Jvdroid app, it works with command line arguments.
I had to press the yellow run button longer to get the popup for arguments entry.
https://play.google.com/store/apps/details?id=ru.iiec.jvdroid
https://www.sololearn.com/post/1514839/?ref=app
+ 2
Tibor Santa I also use jvdroid btt didn't know how to take commons line argument 😂, i didn't try ever to long press that yellow button, btw thanks bro!!!