Symbol error in java application using netbeans 6.8 when adding a shared project to library

Posted by Malachi on Stack Overflow See other posts from Stack Overflow or by Malachi
Published on 2010-04-16T17:12:03Z Indexed on 2010/04/16 17:43 UTC
Read the original article Hit count: 377

Filed under:
|
|

I have a project which has shared functionality between three other projects and have linked these to existing projects as I normally would using the add project functionality of the libraries folder.

This all used to work however when I started up Netbeans yesterday it just wasn't working as in the other projects won't compile even though the projects are linked. It can recognise the packages - just the actual classes themselves were not recognised... and to add to the weirdness some of the classes are getting picked up fine.

I have checked the dist folder of the shared project and the Shared.jar file exists. Also I have checked the Jar and the other classes that are not being recognises are there also.

Any suggestions?

alt text

Solution

I had to reinstall netbeans to get this solution resolved

© Stack Overflow or respective owner

Related posts about java

Related posts about netbeans