Hello there -- I am distributing an application using h2-database -- I want to give access to the h2-db management interface.
This is being done via a shell script which basically does : java -jar h2.jar and this launches the browser with the login interface for the admin ui... However i cannot seem to find an option to default the jdbc driver and connection string from the command line ... something like : java -jar h2.jar -Djdbc=jdbc:h2:/path/to/h2/db Is there any way to do this ? Ashok -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
