« Return to Thread: Create Single JAR file fron a Module

Create Single JAR file from a Module

by emmbec :: Rate this Message:

Reply to Author | View in Thread

Ok I beleive it is not possible then, what I did right now was to create a new Java Project and then included the built JARs that I need from my NetBeans Platform application into that project, this way if I make any change in the Platform application I will just need to build that Platform application and then go to my Java project and recompile with the pre-jar options to get a single JAR file with all of the classes and objects I need. Its a bit messy but this way I can have my API separated from my platform project but include the necessary module classes that I need for my API.



Thanks anyway, hope this helps someone else.




 « Return to Thread: Create Single JAR file fron a Module