Using Netbeans 6.9.1, latest available cRio code, etc. Trying to setup a junit test for a class of ours. Yet it says it can’t find the junit library.
“package junit.framework does not exist”
Reading the Netbeans doc says junit is embedded as part of netbeans.
Is this something related to the Squawk jvm or something else? How can get junit working so I can have some unit tests.