Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.jar #32

Open
remmeber opened this issue Jul 18, 2017 · 3 comments
Open

.jar #32

remmeber opened this issue Jul 18, 2017 · 3 comments

Comments

@remmeber
Copy link

How to build jython3 project to .jar or where can I find this .jar

@jeff5
Copy link
Member

jeff5 commented Jul 18, 2017

It builds with ant, which includes creating a .jar, and runs with dist/bin/jython. ant -p -v will tell you about other targets. all-jars may be the thing.

However, the readme file is right in that the development is quite immature. Don't expect Jython 3 to work yet.

@DavidBerdik
Copy link

@jeff5 Is there any roadmap for Jython 3 development? I would like to use Jython as part of a large project involving converting an existing Java program in to a Python one and would like to use Jython as part of the conversion so that the new Python code can be executed in conjunction with existing Java code.

@jeff5
Copy link
Member

jeff5 commented Nov 25, 2018

Existing work is still mostly on 2.7, to get out a 2.7.2 that will run smoothly on Java 9. I was quite wrong about how long that would take, so hesitate to give any roadmap. Jython 3 looks like a steep hill: much of the work done in parallel on Jython 2 is needed by it, but the great burst of work leaves us with a wide divergence that makes that far from automatic. I know @Stewori has considered how to make that least work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants