using os.execl to call a java application

Martin v. Loewis martin at v.loewis.de
Sun Mar 24 04:40:30 EST 2002


Louis Luangkesorn <lluang at northwestern.edu> writes:

> Anyone help?

argv[0] of the new process should always be the program name, with
argv[1] being the first argument. So you should add, e.g., "java"
as argv[0].

Regards,
Martin




More information about the Python-list mailing list