PraxisCORE command line launcher
The PraxisCORE command line launcher can be found inside the praxiscore/bin
folder inside
PraxisLIVE. The launcher is used by the IDE for launching projects and child processes.
The PraxisCORE distribution can be copied from inside the IDE, or downloaded separately.
It can be used for launching projects from the command line, creating additional network
processes, and for creating standalone executable projects.
Use --help
to see the full range of arguments available.
To create a standalone project, right-click on the project and select Embed CORE Runtime
.
This will copy the bin
and mods
folders from PraxisCORE into the project
folder, and optionally copy the JDK into a jdk
folder. The launcher files inside bin
can
be renamed to whatever you like. The launcher will find and run the project.pxp
file automatically.