标签:
下个Myeclipse8.5点使用myeclipse8.5作为python开发工具的配置:使用myeclipse8.5作为python/jython开发工具的配置并测试
1、安装JyDT_Update_Site_1.4.14 -----jydt插件,放到myeclipse dropins目录下
2、安装jython。下载jython_installer-2.5.1.jar,通过命令java -jar xxx.jar来安装jython
3、编写jython测试类,并将2中安装jython的目录下的jython.jar导入lib库中(在myeclipse 工程属性下的jython class path下导入jython.jar包)或者在window/preference/jython/installation中配置jython 的安装目录home,jar,libarary:mystring=‘hello world‘print mystring
4、myeclipse中右击.py文件,run as jython,输出:hello world
Jython官方网,上有Jython的下载地址 http://www.jython.org/
JyDt下载地址 http://www.redrobinsoftware.net/jydt/
标签:
原文地址:http://www.cnblogs.com/hbmlml/p/4830446.html