Hi,

I tried H2 on the Raspberry Pi before, but the JVM I used at that time was
quite slow. I wonder, which operating system and JVM do you use? The one
from Oracle?

> 1)  i cannot find the file on the raspberry pi

If you open a terminal window, you should be able to see the file using:

    ls ~/*.h2.db

This should display the directory as well.

> 2) should I use any special settings

No, this should not be needed. Just be aware that the changes that occurred
in the last second or so before the power down might not be stored.

Regards,
Thomas



On Thu, Jan 2, 2014 at 2:12 PM, Famco <[email protected]> wrote:

> Hi,
>
> I am working on a home project with h2 on Raspberry Pi. I managed to get
> the h2 running and it seems to work good and pretty fast. Now I have some
> questions wich the manual doesnt answer:
>
> 1)  the quickstart section on the homepage tells that using "jdbc:h2:~/test"
> should create the test database in the homedirectory. In fact the database
> exists (because it works!), but i cannot find the file on the raspberry pi.
> 2) should I use any special settings to avoid problems caused by an
> unexpected "powerdown" of the raspberry?
>
> Thank you in advance
>
> Famco
>
> --
> You received this message because you are subscribed to the Google Groups
> "H2 Database" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/h2-database.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to