The error text is:
Error: Could not find or load main class JavaFundamentals.GUIOutput
Please assist with this error code that comes up and doesn't allow anything to run.
The error text is:
Error: Could not find or load main class JavaFundamentals.GUIOutput
Please assist with this error code that comes up and doesn't allow anything to run.
It looks like that your application is not compiled, or even if it's compiled java doesn't start it. Make sure to build the application before launch, or try exporting it to jar file, then look at the jar file if it has the classes.