There are 2 ways of launching Repertoire Designer.
java -jar Repertoire-Launcher.jarAfter a few moments, Repertoire Designer will be launched.
User can launch Repertoire Designer and open a specific file at the same time. This is applicable to Report(.rml), DataSource(.ds) and Dashboard(.pml). In order to do this, user will need to launch Repertoire Designer using a command prompt window, which is the second method mentioned in the section called “Launching Repertoire Designer”. However, instead of the command mentioned previously, enter the following instead: java -jar Repertoire-Launcher.jar -maxWorkspace -initialFile repository:/<PathOfFile>.
Here is an example for launching Repertoire Designer with a Report:
java -jar Repertoire-Launcher.jar -maxWorkspace -initialFile repository:/ElixirSamples/Report/Components/Checkbox.rml