Ubuntu – error: can't find main(String[]) method in class:
In a Java shebang script I get this crazy error: can't find main(String[]) method in class: gomad.MyKotlin and the 1st question I ask to myself is: "WHY on Earth does it look for the main() method in that class?" (UPD…