Next myeclipse8.5: Use myeclipse8.5 as the python development tool configuration: Use myeclipse8.5 as the python/Jython development tool configuration and Test
1. Install the jydt_update_site_1.4.14 ----- jydt plug-in and put it in the myeclipse dropins directory.
2. Install Jython. Download the jython_installer-2.5.1.jar and install Jython with the command Java-jar XXX. Jar
3. Compile the Jython test class and install Jython in the directory of Jython in 2. import jar to the Lib Library (import Jython under Jython class path under the myeclipse project attribute. jar package) or configure the home, jar, libarary: mystring = 'Hello world' print mystring installation directory of Jython in window/preference/Jython/installation.
4. In myeclipse, right-click the. py file and run as Jython. The output is Hello world.
Jython official network with Jython Http://www.jython.org/
Under jydtCarrier address
Http://www.redrobinsoftware.net/jydt/