next up previous contents
Next: Advanced Features Up: The ConceptBase Java User Previous: Tree Browser

Command Line Options

Unfortunately, the options can not be saved, because of the security model of Java and the different platforms the user interface should run on. However, you can use the command line options to pass your settings for the options to the user interface.

-DHost=name:
set the default host to ``name''
-DPort=num:
set the default port number to ``num''
-DBrowser=program:
set the default browser for help, default is netscape
-DMDI=value:
switch between MDI and SDI interface, the value may be ``yes'' or ``no''
-DQRWindow=value:
use Query Result Window, the value may be ``yes'' or ``no''
-DLoadModel=dir:
default directory for ``Load Model'' file selection dialog

To set the options permanently, we suggest to edit script CBjavaInterface or to make an alias for CBjavaInterface.



ConceptBase Team