I'm trying to build a TCP server using Netbeans. The problem is that when I run the main Server class I keep getting a NoClassDefFoundError for my class: Core/Store. The class file is there in the file directory after I clean and build but it disappears when I run the main Server class.
The store class doesn't rely on any external libraries and contains methods that add elements to lists and call methods from the dao classes.