Run single java file with standard main(String [] args) method - Android Studio

后端 未结 5 1020
青春惊慌失措
青春惊慌失措 2020-12-17 16:16

To start with - Yes, I know that this is crazy/strange. But I need it :).

I want to find simpliest way to run single java file (and prefer non-termi

5条回答
  •  难免孤独
    2020-12-17 16:37

    If nothing else, you can make a quick JUnit test that calls your class's main method.

提交回复
热议问题