Hi folks: I figured I'd switch the surrogate development over to the newest release (2.2.0). I'm using Netbeans (6.9, but moving to 7.0). When I pointed the Netbeans project to the new release code, I saw red. As in, many red squiggly lines. Netbeans appears unable to read the jar files for 'jsk-platform.jar', 'jsk-lib.jar' or 'jsk-resources.jar'.
To be completely accurate, Netbeans is able to see the '.class' files inside the jar files, but can't read the class definitions, so it can't enumerate the methods and fields, so it can't do auto-import or auto-completion. The project builds fine, so it appears the jar files are readable by 'javac'. Oddly, Netbeans _is_ able to read the 'jsk-dl.jar' classes properly. In fact, the same holds for all the '-dl' files. Can't read 'reggie.jar', but reads 'reggie-dl.jar' just fine. I get the same results if I check out the River trunk and build from source. I've tried Netbeans 6.8, 6.9, and 7.0 with the same results. Haven't tried Eclipse yet. Does anyone have any ideas before I jump into the River build to see what might be happening? Cheers, Greg.
