This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
how to make jar file for database dependent java application
Lavanya Balaraman
Greenhorn
Joined: Feb 17, 2009
Posts: 10
posted
0
i was able to make and run the jar file for simple applications in which database involved.
In the same manner I made jar file it is running but not saving the data in the database. how can i made the jar file which connects the database and what are the files have to included in the jar file
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35249
7
posted
0
I think you need to provide a lot more information about what you're trying to do, and how it is failing.
Your first sentence seems to say that you have an application in a jar file that successfully uses a database, while the second sentence seems to say the opposite.
Why do you suspect that keeping the application in a jar file has any impact on whether or not it can connect to a database?