GitHub
github.com › ninia › jep
GitHub - ninia/jep: Embed Python in Java · GitHub
Jep embeds CPython in Java through JNI. ... Using the native Python interpreter may be much faster than alternatives.
Starred by 1.5K users
Forked by 163 users
Languages C 52.1% | Java 30.2% | Python 17.7%
JEP
ninia.github.io › jep
Jep - Java Embedded Python | JEP
Jep embeds CPython in Java through JNI. ... Using the native Python interpreter may be much faster than alternatives.
PyPI
pypi.org › project › jep
jep · PyPI
Jep embeds CPython in Java through JNI. ... Using the native Python interpreter may be much faster than alternatives.
» pip install jep
Bioimageanalysis
icy.bioimageanalysis.org › plugin › jep-java-embedded-python
JEP – Java Embedded Python | – Open Source Image Processing Software
August 3, 2022 - Jep embeds CPython in Java through JNI. Code on Python through Java !
GitHub
github.com › karpierz › jtypes.jep
GitHub - karpierz/jtypes.jep: Java Embedded Python (ctypes/cffi-based Jep).
It is an almost fully compliant implementation of Mike Johnson's Jep package by reimplementing its functionality in a clean Python instead of C. ... Jep embeds CPython in Java through JNI and is safe to use in a heavily threaded environment.
Author karpierz
SourceForge
sourceforge.net › projects › jepp
Java Embedded Python download | SourceForge.net
August 15, 2014 - Download Java Embedded Python for free. Jepp (Java Embedded Python) embeds CPython in Java. It is stable and thread-safe, and is suitable for many different scripting needs.
GitHub
github.com › jimmoores › jep
GitHub - jimmoores/jep: Embed Python in Java
Jep embeds CPython in Java. It is safe to use in a heavily threaded environment, it is quite fast and its stability is a main feature and goal. Some benefits of CPython over Java-based languages: Using the native Python interpreter may be much ...
Author jimmoores
GitHub
github.com › macdidi5 › jep
GitHub - macdidi5/jep: Embed Python in Java
Jep embeds CPython in Java through JNI and is safe to use in a heavily threaded environment. ... Using the native Python interpreter may be much faster than alternatives.
Author macdidi5
Maven Repository
mvnrepository.com › artifact › black.ninia › jep
Maven Repository: black.ninia » jep
November 4, 2025 - Jep embeds CPython in Java through JNI.
Tech
galina.tech.blog › 2022 › 07 › 11 › how-to-execute-python-modules-from-java
How To Execute Python Modules From Java. – A technical blog about Data Science
July 15, 2022 - So what are we going to do? What kind of solutions do we apply to this task? One of the working solutions is to run this service in docker. Or we can find another, more effective production-friendly solution: to execute python code directly from Java code via the Jep library (Java Embedded Python).
Blogger
nishantgandhi99.blogspot.com › 2016 › 12 › java-embedded-python-jep.html
Nishant Gandhi: Java Embedded Python (JEP)
December 9, 2016 - Project Page: https://github.com/mrj0/jep Documentation: https://github.com/mrj0/jep/wiki Prerequisite: JDK 6+ Python 2.6+ ...
Stack Overflow
stackoverflow.com › questions › 64865922 › embedded-python-in-java-coldfusion
Embedded Python in Java / Coldfusion? - Stack Overflow
The issue with Jep wasn't any syntax error, for example jep.eval(' some Python code'); was supposed to run that Python code in Java, If your system environement is well configured then what's left to do is to redirect use Jep's Python redirect_stream() function to redirect the flow of your IDE, worked for me finally .
SourceForge
sourceforge.net › home › open source software › software development › java embedded python › files
Java Embedded Python - Browse /jep/1.0 at SourceForge.net
Jepp (Java Embedded Python) embeds CPython in Java. It is stable and thread-safe, and is suitable for many different scripting needs. Note: for…
GitHub
github.com › ninia › jep
GitHub - ninia/jep: Embed Python in Java
Jep embeds CPython in Java through JNI. ... Using the native Python interpreter may be much faster than alternatives.
Starred by 1.4K users
Forked by 149 users
Languages C 54.0% | Java 28.2% | Python 17.8% | C 54.0% | Java 28.2% | Python 17.8%
GitHub
github.com › ninia › jep › wiki › Getting-Started
Getting Started · ninia/jep Wiki · GitHub
August 30, 2019 - The shared library (jep.so or jep.dll) ... LD_LIBRARY_PATH) The jep python files (console.py, java_import_hook.py, version.py, etc) are accessible by Python (typically by placing them in the site-packages/jep directory)....
Author ninia
Stack Overflow
stackoverflow.com › questions › 56075140 › how-do-i-set-the-python-interpreter-with-jep-java-embedded-python
jepp - How do I set the Python interpreter with JEP (Java Embedded Python)? - Stack Overflow
I am trying to get the Java Embedded Python API (JEP) run with a custom-installed Python environment. Right now, it runs the default interpreter. It has been suggested here: https://groups.google...
Google Groups
groups.google.com › g › jep-project › c › r6Fo91Dio5I
Access a Java object at runtime in Jep-embedded Python
March 15, 2017 - That doesn't work but a similar statement of "from java.util import ArrayList" does work. You can notice the same behavior with other python packages, for example "import numpy.ndarray" fails but "from numpy import ndarray" succeeds. You can play with these imports with the jep command line script, though it will use the default ClassEnquirer (though that will include classes on the classpath).
Stack Overflow
stackoverflow.com › questions › 76507404 › using-jep-to-modify-java-object
python - Using Jep to modify java object - Stack Overflow
I want to be able to run an embedded python code that will get the Java object and will be able to manipulate the object using getters and setters on the Python side. Eventually the object that will be returned from the Python function should be the same Java object- after the required modifications. ... @PostConstruct public void init() { String pythonFolder = System.getenv("DYLD_LIBRARY_PATH"); String jepPath = pythonFolder + "/libjep.jnilib"; if (!Files.exists(Path.of(jepPath))){ jepPath = pythonFolder + "/libjep.so"; } MainInterpreter.setJepLibraryPath(jepPath); // set path for python docs
SourceForge
sourceforge.net › home › browse › java embedded python › mailing lists
jepp-users Mailing List for Java Embedded Python
jepp-users · You can subscribe to this list here. Flat | Threaded · 10 messages has been excluded from this view by a project administrator. Flat | Threaded · ✕ · Gen AI apps are built with MongoDB Atlas · Atlas offers built-in vector search and global availability across 125+ regions.