It's always giving me messages like this:
run:
C:\Users\Wenguin\.netbeans\7.0\var\cache\executor-snippets\run.xml:52: C:\Users\Wenguin\Documents\NetBeansProjects\Anagra mGame\work is not a valid directory
at org.apache.tools.ant.taskdefs.Java.setupWorkingDir (Java.java:855)
at org.apache.tools.ant.taskdefs.Java.setupExecutable (Java.java:825)
at org.apache.tools.ant.taskdefs.Java.fork(Java.java: 788)
at org.apache.tools.ant.taskdefs.Java.executeJava(Jav a.java:214)
at org.apache.tools.ant.taskdefs.Java.executeJava(Jav a.java:135)
at org.apache.tools.ant.taskdefs.Java.execute(Java.ja va:108)
at org.apache.tools.ant.UnknownElement.execute(Unknow nElement.java:291)
at sun.reflect.GeneratedMethodAccessor681.invoke(Unkn own Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.tools.ant.dispatch.DispatchUtils.execut e(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:39 0)
at org.apache.tools.ant.Target.performTasks(Target.ja va:411)
at org.apache.tools.ant.Project.executeSortedTargets( Project.java:1399)
at org.apache.tools.ant.Project.executeTarget(Project .java:1368)
at org.apache.tools.ant.helper.DefaultExecutor.execut eTargets(DefaultExecutor.java:41)
at org.apache.tools.ant.Project.executeTargets(Projec t.java:1251)
at org.apache.tools.ant.module.bridge.impl.BridgeImpl .run(BridgeImpl.java:284)
at org.apache.tools.ant.module.run.TargetExecutor.run (TargetExecutor.java:539)
at org.netbeans.core.execution.RunClassThread.run(Run ClassThread.java:153)
Java Result: -1
BUILD SUCCESSFUL (total time: 15 seconds)
It's only been happening since yesterday but I can't find the cause of it. I'm hoping I didn't delete the wrong thing one day (sometimes I might have copied a project from one place to another twice and maybe I mistakenly deleted something I shouldn't have. I'm not sure. But it's keeping me from using it.
While I don't use it that much for my own programs, I am using it heavily for a web development class. It even affects new apps, not just old ones.
I can't just go and delete everything as I need it there, even if that would solve the problem.
Let me revise that. It will let me do some web service apps and index pages of websites but no java files compile correctly. Or at least they won't run if they're compiling. I'm not sure which kind of error that is above. Since there's no syntax error markers in any of the documents, I'm going to guess that it's a runtime error.