Results 1 to 6 of 6
- 12-10-2010, 04:00 AM #1
Member
- Join Date
- Dec 2010
- Posts
- 4
- Rep Power
- 0
Distributing Pure DesktopApplication that containd Database
Hi to All.
I m developing one billing software in what I m using MySQL database.
Now I have to deploy this Desktop Application in to Customer's Computer.
Does customer need to install MySQL??
How can I make one .exe or .msi file which can be directly installed and no need to install database server..
Please Help me out A.S.A.P.Last edited by shalin.shah; 12-10-2010 at 04:04 AM.
- 12-10-2010, 08:34 AM #2
Senior Member
- Join Date
- Dec 2008
- Location
- Kolkata
- Posts
- 280
- Rep Power
- 5
As far as creating exe is concerned, you can use a java exe wrapper like JSmooth. But probably the data base server has to be installed separately.
Swastik
- 12-10-2010, 02:56 PM #3
Member
- Join Date
- Dec 2010
- Posts
- 4
- Rep Power
- 0
Thank you dswastik , but I want to know specifically about binding database..
I am using eclipse and MySQL as a Database..
How can I export my database file and store in my clien's pc directory??
Reply
- 12-11-2010, 12:20 AM #4
Senior Member
- Join Date
- Apr 2010
- Location
- Philippines
- Posts
- 580
- Rep Power
- 4
You just need to add MySQL .jar to your library. Then on your MANIFEST.MF file add MySQL .jar on Class-Path.
See this tutorial from sun Lesson: Packaging Programs in JAR Files (The Java™ Tutorials > Deployment)
- 12-12-2010, 06:18 AM #5
Member
- Join Date
- Dec 2010
- Posts
- 4
- Rep Power
- 0
hi i am not clear about steps/configuration details about how i can embed mysql in a Java desktop application so that it(application) can be installed on any machine through a single executable file and doing so sets up database and also provides an exe to run the app.Till now i have built my app using netbeans and i have used mysql to set up database.plz guide me further.
- 12-12-2010, 07:04 AM #6
Senior Member
- Join Date
- Mar 2010
- Posts
- 953
- Rep Power
- 4
Similar Threads
-
Distributing .jar
By mine0926 in forum New To JavaReplies: 1Last Post: 10-21-2010, 02:37 AM -
Weird problem with distributing .jar
By Cynot in forum NetBeansReplies: 3Last Post: 06-07-2010, 10:01 PM -
Weird problem with distributing .jar
By Cynot in forum New To JavaReplies: 4Last Post: 06-07-2010, 12:03 PM -
code migration problem in distributing system
By sushil in forum AWT / SwingReplies: 2Last Post: 10-29-2009, 01:34 PM -
New article about ZK the pure Java RIA framework
By simbo in forum Web FrameworksReplies: 0Last Post: 03-13-2009, 08:27 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks