Can I package my java program which consists of a MS Access db into jar?

as title~

thx.

[27 byte] By [leolee1022a] at [2007-11-27 11:10:08]
# 1

Do you plan on un-jarring the jar before you run?

cotton.ma at 2007-7-29 13:39:46 > top of Java-index,Java Essentials,Java Programming...
# 2

is it essential?

Actually, I do not have any experience in packaging java files to jar.

leolee1022a at 2007-7-29 13:39:46 > top of Java-index,Java Essentials,Java Programming...
# 3

Let's put this another way. You cannot connect to an MS Access database that is in a jar file. That is impossible.

cotton.ma at 2007-7-29 13:39:46 > top of Java-index,Java Essentials,Java Programming...
# 4

Then, what should I do?

I need to connect my program to an Access database.

And I would like to package my java classes into a file.

leolee1022a at 2007-7-29 13:39:46 > top of Java-index,Java Essentials,Java Programming...
# 5

where's the problem in that?

Where does it state you have to put the mdb into that jar as well?

jwentinga at 2007-7-29 13:39:46 > top of Java-index,Java Essentials,Java Programming...
# 6

> where's the problem in that?

> Where does it state you have to put the mdb into that

> jar as well?

OK. I get your point.

leolee1022a at 2007-7-29 13:39:46 > top of Java-index,Java Essentials,Java Programming...