error - in one project is stopping other projects from running
Greetings -
very new to JAVA and NetBeans -
I have just started a project and it has an error the red underline is on some code that has worked in an earlier example.
I closed that project and opened one that has worked.
I'm now getting the error:
Exception in thread "main" java.lang.RuntimeException: Uncompilable source code
at open_url.Main.main(Main.java:37)
When I try to run other projects including the simple "Hello World"
The error is in the Main - of another project.
When I click one the Main.java:37 link within the error, NetBeans opens the other "Main" file within the project "Open_URL"
How / Why are these projects that have worked now being linked or pointed to this new main with the error in in?
How can I unlink them / tell the project to quit looking at the file?
What info can I provide to help ask this question better?
Thanks
Sparky