Answers for "error: main method not found in class outer, please define the main method as: public static void main(string[] args) or a javafx application class must extend javafx.application.application"

0

scala Error: Main method not found in class please define the main method as: public static void main(String

/*
  This happened to me because an the object that extended App had the 
  same name of a test class. Try renaming the object or the class if
  this could be your case too.
*/
Posted by: Guest on January-01-1970

Code answers related to "error: main method not found in class outer, please define the main method as: public static void main(string[] args) or a javafx application class must extend javafx.application.application"

Code answers related to "Scala"

Browse Popular Code Answers by Language