We are currently considering using Netbeans to develop a Jython application, and I am evaluating Netbeans features.
It seems that building a Jython application is trivial in Netbeans after installing the Python and Jython modules. However, I could not find a function that would allow us to wrap my Jython application as a JAR file with all its dependencies. Is this possible with Netbeans or with some other IDE or do I need to do this packaging manually?
source
share