About

This is the project blog of Multilingual NetBeans Community Docs Program- a community documentation project which has grown in leaps-and-bounds since it was launched in March, 2007. We have had high quality contributions and more enthusiastic community members.


We have stopped publishing weekly newsletters, however we started off publishing monthly one's instead. Scroll down for latest posts on this blog!

Last Updated: Oct 14, 2009

Thursday, January 15, 2009

Developing Jython Apps using NetBeans IDE

...is the first community-contributed tutorial on Python support in NetBeans 6.5 IDE, written by Joshua Juneau, NetCAT 6.5 Participant

Here's a brief overview of the tutorial;

Since Netbeans 6.5 has been released, Python and Jython support has been available via the nbPython plugin. There is quite a bit of documentation available for this plugin in various locations. In this article, I will tie together some of the different references for this plugin and I will show you how to generate a small Jython application which uses some Java libraries contained within an external JAR file.



Thanks, Josh!