Quote Originally Posted by keang View Post
Have you tried changing the order back to how it was to see if the change of order really is the problem or if it is just a coincidence that your compile time problems started at the same time.
I have very few backups of complete sets of the files. I do have backups in my Carbonite archive but they wouldn't represent complete sets. The strange thing is my most recent backup is giving me grief too and I *think* (but not certain) that this was made before the issues popped up.


I haven't used NetBeans for some time but I doubt the CLASSPATH veriable would have any effect. This variable is only used by java and javac if no classpath parameter is supplied when they are invoked, NetBeans will almost certainly be providing a classpath parameter.
That's what I thought. I mean, if I was grabbing distant foreign jars or 3rd party class files at compile time or runtime then I can see the CLASSPATH being an issue, but this? It makes no sense whatsoever.


You could always try compiling from the command line to see if it's a NetBeans project setup problem.
I might have to do that. I've been checking my IDE log and I'm seeing other bizarre things like an error saying that the start of one of my functions is incorrect. It's perfectly fine and has been working fine for weeks.