Child pages
  • Deskzilla Workspace
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Deskzilla workspace is a directory that contains all environment needed to work in Deskzilla. By running Deskzilla with different workspaces, the user is able to work in different environments, similar to working with different documents in an editor.

By default, Deskzilla workspace is located in

$HOME/.Deskzilla

On Windows, this folder looks like

C:\Documents and Settings\your_user_name\.Deskzilla

To run Deskzilla with a different workspace, specify it as a command-line argument. On windows:

deskzilla.exe c:\my_workspace

On all systems:

java -Xmx256m -jar deskzilla.jar /path/to/my/workspace
  • No labels