Error: Main method not found in class StringOperation, please define the main method as:

public static void main(String[] args)

or a JavaFX application class must extend javafx.application.Application




생활코딩 따라하는데 콘솔창에 이 에러 떠서 아무것도 못하고있어...


구글링해도 main 메소드 설명만 나오고 해결방법은 안나오는데 이 에러 어떻게 해결해야 돼?