
Jython
天涯飘雪
aaa
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Jython_Jython Development Tools (JyDT) for Eclipse
Installing JyDTThis section describes how to install JyDT by connecting to the JyDT update siteon the internet. If you have downloaded an update site to a computer on your network, please follow the转载 2012-05-23 21:30:50 · 785 阅读 · 0 评论 -
Jython_Java 调用python
package com.android.example;import com.google.common.base.Predicate;import org.python.util.PythonInterpreter;public class Main implements PredicatePythonInterpreter> { @Override public bo原创 2012-07-18 11:17:25 · 1215 阅读 · 0 评论 -
Jython_JavaJython 的一个实例
package com.coupon.test;import org.python.core.PyException;import org.python.core.PyFile;import org.python.core.PyObject;import org.python.core.PyString;import org.python.util.PythonInte转载 2012-05-17 15:46:30 · 971 阅读 · 0 评论 -
Jython_Using Jython in an IDE
In this chapter, we will discuss developing Jython applications using two of the most popular integrated development environments, Eclipse and Netbeans. There are many other development environments a转载 2012-11-28 11:36:46 · 3235 阅读 · 0 评论 -
Jython_Java工程调用jython
1. 创建一个java工程,在java工程中用python脚本执行unittest2. 在java中引入的包如下:package org.jython.book.util;import org.python.core.PyObject;import org.python.core.PyString;import org.python.util.PythonInterprete原创 2013-04-25 14:03:25 · 958 阅读 · 0 评论