2008/10/30 [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> I have to execute a java program very simple look something like this:

(snip)

> How Can I do that? Do I have to use JVM ? How ?

You'll need a JVM - Python doesn't speak Java!

You can either just use the Subprocess module to call the JVM, just as
you would from the command line, or you might perhaps take a look at
<http://jpype.sourceforge.net/> or <http://jpe.sourceforge.net/>.

-- 
Cheers,
Simon B.
[EMAIL PROTECTED]
http://www.brunningonline.net/simon/blog/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to