Special options
Go back to table of contents
Contents |
This is a non-exhaustive list of special tunning options not accessible from the graphical interface, mainly used for troubleshooting purpose.
Options available from the conf.properties file
These options are editable in the file <Jajuk repository>/conf.properties (if you didn't change the Jajuk configuration path, this file is located at [[home directory]]/.jajuk/conf.properties
- jajuk.frame.forced_position [default=""]: set forced Jajuk frame size and position at startup in x,y,width height format. Example:
jajuk.frame.forced_position=10,10,1000,800
Options available from CLI
These options are in the Java -Dkey=value form. They can be set in jajuk (Unix) / jajuk.bat or shortcut (Windows).
- -Dworkspace=<an absolute path> : Force the Jajuk configuration path from CLI (this directory should contain a .jajuk directory)
- Development CLI options : see Developer_Guide#Run_configuration
Go back to table of contents

