Re: Java counterpart to PL_initialise()
Jan Wielemaker <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
On 07/13/2013 08:09 AM, Roberto Bagnara wrote: >> If you need a non default initialisation, call >> > >> > jpl.JPL.setDefaultInitArgs(String[] args) >> > >> > before you do anything which triggers initialisation. > Thanks Paul! Note that there are very few things you still _have_ to to using commandline arguments. Most can also be done using set_prolog_flag/2 or set_prolog_stack/2 (e.g., stack limits). Cheers --- Jan