Jython

Jython is an open-source implementation of the Python programming language in Java.

66 votes
2 answers
448 views
Packaging a Jython program in an executable jar

I am trying to package a jython program into an executable jar which the user can simply double-click to run w

avatar
Joseph
0 1 0 9
asked 07 September, 2021
59 votes
1 answers
1.7K views
How can I add jars dynamically to jython, inside script?

I am writing a package in python that talks to an ldap server. I want it to work in CPython and Jython. To get

avatar
Sachiko
0 1 0 9
asked 07 September, 2021
50 votes
1 answers
1.6K views
Interoperability of Scala and Jython

I would think that since they both run on the JVM, Scala and Jython could be used together. How well do they i

avatar
Sydney
0 1 0 9
asked 07 September, 2021
67 votes
4 answers
2.2K views
Using Jython with Maven

I have a Maven module, that depends on various other Maven dependencies by which I am accessing through my jyt

avatar
Deedee
0 1 0 9
asked 07 September, 2021
62 votes
2 answers
1.6K views
Jython CLASSPATH, sys.path and JDBC drivers

How can I add JDBC drivers at runtime to Jython? Using CLASSPATH works, but using sys.path doesn't work w

avatar
Hilario
0 1 0 9
asked 07 September, 2021
57 votes
3 answers
2.7K views
Installing Jython on Ubuntu

I downloaded jython_installer-2.5.2.jar from jython.org. Opened the terminal and gave this command:- java -jar

avatar
Bryan
0 1 0 9
asked 07 September, 2021
65 votes
3 answers
2.5K views
Add .dll to java.library.path in Eclipse/PyDev Jython project

I'm trying to use a compiled .jar Java library in my PyDev Jython project. I successfully added the .jar

avatar
Brianne
0 1 0 9
asked 07 September, 2021
63 votes
4 answers
2.7K views
Can I program for android using any JVM language?

Can I use other JVM languages besides Java (e.g. jruby, jython, clojure) to program for android, or is it java

avatar
Bryant
0 1 0 9
asked 07 September, 2021
65 votes
5 answers
2.5K views
Groovy advantages over Jython or Jruby?

Why would I choose to use Groovy when I could use Jython or Jruby? Does the language provide any inherent adva

avatar
Hilario
0 1 0 9
asked 07 September, 2021
60 votes
4 answers
2.2K views
How can I add jars to the classpath when I invoke Jython *without* adding them to $CLASSPATH?

I'd like to do something similar to jython -cp FOO:BAR:BAZ argle.py. If I add FOO, BAR, and BAZ to $CLAS

avatar
Majorie
0 1 0 9
asked 07 September, 2021