You can do this with the "vmargs" keyword argument to initVM.

Bill

Christian Kofler <christian.kof...@dfki.de> wrote:

> Hi,
> 
> would it be possible to pass additional vmargs to JCC?
> 
> Bill discovered this issue with "-Djava.awt.headless=true" and Andi
> added this to cpp.py.
> 
> Wouldn't it be nice to extend that to a list of vmargs that can be
> passed via something like:
>   python -m jcc --vmarg -Dfoo --vmarg -Dbar
> or
>   python -m jcc --vmargs "-Dfoo -Dbar"
> ?
> 
> The code I want to wrap at the moment needs some stuff set as vmargs.
> 
> 
> Cheers
> 
> Christian
> 

Reply via email to