Timeline for How to detect main class name from a java file having multiple classes using shell script?
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 26, 2017 at 7:20 | answer | added | Philippos | timeline score: 1 | |
| Oct 26, 2017 at 5:50 | answer | added | thecarpy | timeline score: 0 | |
| Oct 26, 2017 at 5:40 | comment | added | Philippos | Do you have one class per file? Then you can grep for void main() and handle that file differently. For a verifyable script you should provide a minimal example including all possible problems. | |
| Oct 26, 2017 at 5:32 | history | edited | Philippos | CC BY-SA 3.0 | Included script |
| Oct 26, 2017 at 1:11 | history | asked | alhelal | CC BY-SA 3.0 |