I mean running it natively on the OS (exe in Windows... app in MAC, etc) We export as an Eclipse Product, so, it creates a NATIVE executable file, just like any other app.
On Friday, November 1, 2013 5:54:00 PM UTC, Thomas Mueller wrote: > > Hi, > > > It DOES NOT work under EXPORTED form on the MAC OSX > > What do you mean with "exported"? > > Regards, > Thomas > > > On Fri, Nov 1, 2013 at 6:34 PM, marcolopes <[email protected] <javascript:> > > wrote: > >> H2 Driver: h2-1.3.169.jar >> IDE: Eclipse 3.7 RCP (OSGI) >> Target platforms: Windows, Linux and MAC OSX >> >> We recently implemented automatic backup of the database was using the >> Backup.execute method of the H2 jar. >> >> It works fine under the Eclipse IDE (not exported) on every platform >> It DOES NOT work under EXPORTED form on the MAC OSX (10.7, 10.8, 10.9) >> The backup is not executed, and there is no exception thrown. >> >> So, after we isolated the problem, we stared using an alternative method: >> ZIP the database using zip4j lib. That works fine using the same exact >> parameters (database, folder, etc) passed to the Backup.execute method, so, >> we can conclude that there is some kind on code compatibility problem with >> H2 backup. >> >> Can't give you more details, as we did not hack inside H2 code. >> >> -- >> 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] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> 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.
