Results 1 to 3 of 3
- 02-08-2011, 05:35 PM #1
Member
- Join Date
- Jan 2011
- Posts
- 32
- Rep Power
- 0
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
- 02-09-2011, 01:47 PM #2
Member
- Join Date
- Jan 2011
- Posts
- 32
- Rep Power
- 0
I do notice that the project (Open_URL) is more bold in the left hand list than the other projects (in NetBeans) - the main.java within Open_URL is the place that ALL of my other projects are pointing to for the error. - It appears ALL of my projects will not run (I only have 4 or 5 simple examples). They all point to line 37 of the main.java within Open_URL.
How are these getting linked or connected - how one error in one project stops everybody else?
Thanks
Sparky
- 02-10-2011, 04:10 AM #3
Member
- Join Date
- Mar 2009
- Posts
- 70
- Rep Power
- 0
Similar Threads
-
(help w/ class) Running out of time...project due thursday..Please save me...
By basketball8533 in forum New To JavaReplies: 26Last Post: 10-14-2010, 03:39 AM -
Compiling/Running Project in Command Line: "Could not find main class" Error
By Yasemin Gokce in forum New To JavaReplies: 1Last Post: 06-30-2009, 02:32 PM -
Library JAR projects and including them in other projects
By bmelloni in forum EclipseReplies: 2Last Post: 04-03-2009, 03:03 PM -
Stopping a running thread in a multithreaded environment
By SUSHMA50 in forum Advanced JavaReplies: 11Last Post: 01-26-2009, 12:22 AM -
Importing and running projects help
By k4ff1n34dd1c7 in forum EclipseReplies: 1Last Post: 09-23-2008, 02:18 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks