|
Netbeans Platform and Module Dependencies
Hello everyone,
I've just begun to use the Netbeans Platform, and I have to say it's amazing. However, I have a question regarding module dependencies.
For one of my projects I'm using several external libraries. Over the course of the next year or so, I plan on writing at least several modules, each of which is in some way dependent upon the external libraries. It seems inefficient to add the external libraries (in the form of JAR files) to each module. Does anyone know of a way I could add the libraries to just one module, and add that module as a dependency for all of the other modules? I've tried creating a "core" module with all of the jars added to its classpath, and then adding that single module as a module dependency for all of the others, but I can't seem to access the code in the core module.
Any help would be tremendously appreciated.
Joe
|