|
Supporting Multiple Kurzweils
You can run multiple instances of VP on the same machine in the following way:
- There is a command line switch, "-k", that allows you to specify a particular configuration name to use.
The default config name is the string "1", but you can specify any other config name that you
wish.
- For example, if you had 2 different Kurz's, from the command line you could do ...
java.exe -jar vastp.jar -k BlackKurz
java.exe -jar vastp.jar -k PurpleKurz
- When VP wakes up, it is only conscious of the config that you specified and loads/stores all settings from it.
- Currently there does not appear to be enough demand to be able to access multiple Kurz's from a single instance of
VASTprogrammer. VASTprogrammer has been architected internally to make this possible, but some UI changes will have to occur.
|