On 2013-08-07 15:27, liutongxing wrote:
But the problem is that this solution doesn't work!!!
The h2 db still resident in the memory after the close action as shown in the bottom.


It's hard to say.
At a guess you probably still have a non-null Connection variable somewhere which is holding onto all of the DB stuff. I suggest that you install Netbeans (it's free) and use their memory profiler tool to find which object is holding onto all of the H2 stuff.

--
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