> I run from SQL command : 'java org.h2.tools.RunScript -url jdbc:h2:~/
> test -user sa -script test.zip -options compression zip'
Well, this is not a SQL statement, it is the command line to run the
Java class. Try executing this in the Command Prompt (Windows) or
Terminal (Linux). You need to switch to the right directory, and you
may need to add '-cp h2.jar'. Even easier is to use the H2 Console: in
the login page, click on 'Tools' and then 'RunScript'. Fill in the
required fields.
Regards,
Thomas