ConsoleThis tool starts the H2 Console (web-) server, as well as the TCP and PG server. For JDK 1.6, a system tray icon is created, for platforms that support it. Otherwise, a small window opens.
static void main(String[] args)The command line interface for this tool. The command line options are the same as in the Server tool, but this tool will always start the TCP, TCP and PG server. Options are case sensitive. The command line interface for this tool. The options must be split into strings like this: "-baseDir", "/temp/data",... By default, -tcp, -web, -browser and -pg are started. If there is a problem starting a service, the program terminates with an exit code of 1. Options are case sensitive. The following options are supported:
Parameters:
args - the command line arguments
|