Since the pandemic started. I chose to learn java and this is the first time i'm having an error i can't rectify for more than three(3) days now. this is the code
<GridPane fx:controller="sample.Controller"
xmlns:fx="http://javafx.com/fxml" alignment="center" hgap="10" vgap="10">
<Button GridPane.rowIndex="0" GridPane.columnIndex="0" text="Refresh">
<graphic>
<ImageView>
<Image url="@/toolbarButtonGraphics/general/About16.gif"/>
</ImageView>
</graphic>
</Button>
</GridPane>
I keep getting this error below
"Error occurred during initialization of boot layer java.lang.module.FindException: Unable to derive module descriptor for C:\Users\Alt\Documents\jlfgr-1_0.jar Caused by: java.lang.IllegalArgumentException: jlfgr.1.0: Invalid module name: '1' is not a Java identifier"
after i have added the jlfgr.1.0 file in the the projects. please i need somebody's help. Thank you very much. I really appreciate.