Yes, I am trying to make a connection to a DB inside the same jar the java classes which make the connection will be in.
On May 30, 10:04 am, Ryan How <[email protected]> wrote: > A jar is a zip file :) > > Do you mean access it via classpath rather than naming the zip/jar file? > > On 30/05/2012 10:44 PM, bee vo wrote: > > > > > > > > > Hey, is there a way to make a connection to a db file that is inside a > > jar? I know that H2 has a feature that allows connection to a db > > inside of zip file but how would I get a connection to a db file > > inside a jar? -- 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.
