netbeans5.5: attempt to compile a single file causes package compilation
Hi,
i have two different (Java Class Library) projects- say A and B. None of them is finished. However, i want to run a test on A (TestA.java). I have instructed project A to include B.jar (Right Click-> Propertied, etc), since TestA.java includes files from project B.
Trying to compile/run the TestA.java, i get compilation errors from a bunch of packages NOT included (imported) in the TestA.java.
Is there a way not to include the whole project B, the whole jar-since this probably causes the problem?
Thnx

