Child pages
  • Working with Multiple Workspaces

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Because to be able to give a parameter you need to specify the -vmargs on the command line, but that would mean by default it overrides the one in the servoy.ini (which is an eclipse.ini file). This means that you loose the memory settings and so on. It is better to also add the                    "--launcher.appendVmargs" to the servoy.ini file before using just before the -vmargs option, then you can use the -vmargs on the command line just fine and you don't loose the stuff configured in the ini file.

Two commands are useful in opening Servoy while at the same time specifying the workspace and Servoy properties file to use (XnameX is used here as a sample name of a workspace and a properties file):

...