Compile error in java application using netbeans - linked project
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:13 UTC
Read the original article
Hit count: 260
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.
I have checked the dist folder of the shared project and the Shared.jar file exists. Any suggestions?
© Stack Overflow or respective owner