AndroidResourceManager icon indicating copy to clipboard operation
AndroidResourceManager copied to clipboard

main class not found

Open msiejak opened this issue 3 years ago • 2 comments

Stack trace:

Error: Could not find or load main class arm.main.ArmApplication
Caused by: java.lang.NoClassDefFoundError: javafx/application/Application

msiejak avatar Mar 08 '21 02:03 msiejak

Hello, @msiejak Thanks for this issue, can you provide more information about the environment for example JDK version, OS and screenshots, And if you using Linux make sure you have javafx jar in your jdk

AmrDeveloper avatar Mar 08 '21 05:03 AmrDeveloper

I think you need JavaFX library jar into your JDK because it can't find the Application class, you can download it and add it to your jdk

AmrDeveloper avatar Jul 21 '21 16:07 AmrDeveloper