This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: invoking an external Java program from Python script
Type: enhancement Stage:
Components: None Versions:
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: elsa_petit, georg.brandl
Priority: normal Keywords:

Created on 2006-01-09 10:31 by elsa_petit, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg54709 - (view) Author: Laure (elsa_petit) Date: 2006-01-09 10:31
I would like to invoke a .jar Java file from a Python 
script (python24). I am new to Java and don't want to 
use JPype or Jython.
-What is the code I should use as command line?
-Where should I place my .jar file, should it be 
placed in the Python directory?
- I am in windows but would like to know what are the 
differences according to each OS used?


msg54710 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-01-09 18:58
Logged In: YES 
user_id=1188172

Please ask such questions in the comp.lang.python newsgroup.

This tracker is for feature requests. What you're asking is
already possible with today's Python.
History
Date User Action Args
2022-04-11 14:56:14adminsetgithub: 42780
2006-01-09 10:31:43elsa_petitcreate