02_user_tutorials:02_run:03_run
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 02_user_tutorials:02_run:03_run [2025/12/10 13:14] – removed - external edit (Unknown date) 127.0.0.1 | 02_user_tutorials:02_run:03_run [2025/12/10 15:34] (current) – gaetan | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ~~NOTOC~~ | ||
| + | ====== Running GroIMP ====== | ||
| + | |||
| + | Because `core.jar` is an executable java archive, it is possible to start GroIMP just by (double-)clicking on the file in your system' | ||
| + | |||
| + | ==== From a Shortcut ==== | ||
| + | |||
| + | You can set up your desktop to show a menu entry for GroIMP. How this is done depends on your system. Usually your system provides a menu editor where you can create a new menu entry and specifiy the command to be executed when the entry is activated. Choose the command as you would do on command line. | ||
| + | |||
| + | ==== From the Command Line ==== | ||
| + | |||
| + | The file `core.jar` in your installation directory of GroIMP' | ||
| + | |||
| + | > **java -jar path/ | ||
| + | |||
| + | Of course, `path/ | ||
| + | |||
| + | > **java -jar / | ||
| + | |||
| + | or, on a Windows system with installation directory `C:\Program Files\GroIMP`, | ||
| + | |||
| + | > **java -Xverify: | ||
| + | |||
| + | Alternatively, | ||
| + | > **cd " | ||
| + | > **" | ||
| + | |||
| + | where " | ||
| + | ==== GroIMP Interfaces ==== | ||
| + | |||
| + | See [[: | ||
| + | |||
| + | GroIMP can be run from different interfaces. By default, GroIMP use the " | ||
| + | |||
| + | GroIMP can also be started // | ||
| + | |||
| + | To define which interface is used, when starting GroIMP you need to pass the parameter //-a//. E.g. | ||
| + | |||
| + | > **java -jar core.jar -a api** | ||
| + | |||
| + | More information can be found for using GroIMP [[: | ||
