Whether you are a seasoned Python or Jython developer, or whether you are looking to learn a new language, the NetBeans IDE makes for an excellent tool to get going with Jython development. The Python module is easy to install, and it allows one to create new Python/Jython projects from scratch, or create projects from existing sources. For the most recent information on the NetBeans Python module, please refer to the online documentation at NetBeans.org.
To use Jython 2.7 with the NetBeans Python module. You must first create a Python Platform within the IDE that points to your installation of Jython 2.7. After you've successfully installed the Python module, go to the NetBeans "Tools" menu, and select "Python Platforms". The Python Platform Manager dialog will open, allowing you to add one or more Python Platforms for use (Figure 1).
Figure 1: NetBeans Python Platform Manager
To add Jython 2.7 as a platform, click on "New" and then traverse to the Jython installation bin directory, and then select the jython executable. You can also manage your Python Path and Java Path from this dialog.
NetBeans provides a great tool for working with Jython, as it allows for easy management of applications, Python eggs, testing, and debugging.
No comments:
Post a Comment
Please leave a comment...