About 50 results
Open links in new tab
  1. java - What is Jython and is it useful at all? - Stack Overflow

    Quoting Wikipedia: Jython, successor of JPython, is an implementation of the Python programming language written in Java. As for what uses it may have: Jython programs can seamlessly import and …

  2. How can I install various Python libraries in Jython?

    I know that I can install Jython with Java and that I can use Jython where I use Python. The Jython shell is working fine. In Jython, how can I install libraries like lxml, Scrappy and BeautifulSoup

  3. Differences between Jython and Python - Stack Overflow

    Jun 12, 2012 · I know Jython converts Python code into Java byte code, but are there any syntax changes between the two? and as a side question is Jython 3.x usable yet or is it still being ported?

  4. When will Jython support Python 3? - Stack Overflow

    According to Jython's documentation: Jython is an implementation of the Python language for the Java platform. Jython 2.5 implements the same language as CPython 2.5, and nearly all of th...

  5. Running a Python program in Java using Jython - Stack Overflow

    Mar 1, 2016 · I'm also interested in running Python code directly within Java, using Jython, and avoiding the need for an installed Python interpreter. The article, ' Embedding Jython in Java Applications ' …

  6. Is Cython/Jython an independent language? - Stack Overflow

    Jun 5, 2016 · Ok. Jython is an implementation of Python that converts python source code into java bytecode or object code as most people call it. So you basically write your programs using the …

  7. Distributing my Python scripts as JAR files with Jython?

    Aug 10, 2009 · This jython launcher seems to have a dependency on reaching back to a core install of jython, and by some way of magic allows the proper handling of .jar files being added to the sys.path …

  8. Failed to open Jython JAR file in Burp Suite in macOS Big Sur

    Sep 2, 2021 · Jython is an outdated technology which allows to execute Python2 code within a Java VM. I don't think it is installed on your system as individual software. May be it is required by Burp or …

  9. Jython: test to prevent exception "Cannot create PyString with non …

    May 30, 2015 · This definitely effects Jython >= 2.7 and is a very annoying bug when troubleshooting. For me I just commented out the IllegalArgumentException in the PyString class code and …

  10. python 2.7 - How to Add Java Libraries to Jython Project in PyCharm ...

    Feb 2, 2024 · 4 I'm currently working on a Jython project (using Jython 2.7.3) in PyCharm Community Edition (2023.2.3) and I'm having difficulty configuring Java libraries in the IDE.