Results 1 to 5 of 5
Thread: creating setup with database
- 11-05-2009, 08:08 AM #1
creating setup with database
Hai friends,
I had developed an application for a video shop in netbeans in which the there were English,Hindi etc section .If the user choose the english the data means the list of dvd,cd will be loaded on the drop down and the list of coustomers or a textbox to enter the new coustomer who want to take the dvd or cd for rent,the appliction was mainly developed on swing,and the data that stores is in the ms acess.And there are other features also for the appliction.After the completion of the project the i clean and build the appliction,Then the netbeans create a jar file,But my problem is that how i will give the project to the customer ie the customer is a less knowledge in computer so i had to give this appliction in a setup formate so that if he clicked the setup it will auto matically install the software with the whole database connection and database ,and if any day he uninstalled the s/w the data that store initially has not be remove from the computer,i had gone through install4j s/w to make the setup but i not fully success in developing the s/w.Will any body please help me how to do the above thing or any website that form the tutorial to do ,
Thanks in advance
- 11-13-2009, 06:34 AM #2
deploying a jarred java can have issues especially if things aren't in the right folder ....I suggest jarring a simpler java program that will deploy the main java application and all the program has to do is create the file structure and you should make a hidden file with an unknown file extension .wtf or whatever that always hold the data.
- 11-13-2009, 10:37 AM #3
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
You can deploy your project into a jar file actually, not using NetBeans, manually. You can find a nice tutorial about jar deploying in Suns' official web site.
And also you can use launch4j, which you can use to create single executable.
- 11-13-2009, 03:07 PM #4
another important thing is to make sure that your clients computer has the most current java virtual Machine
- 11-13-2009, 03:12 PM #5
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Actually those things you can test within your application. Depends on the validation you can take an action (prompt a message with JRE download) to the user.
Similar Threads
-
please help me to create setup
By javastuden in forum AWT / SwingReplies: 4Last Post: 11-10-2009, 05:58 AM -
Creating a web service from database
By fiqueudrue in forum NetBeansReplies: 8Last Post: 01-19-2009, 06:22 AM -
Setup RMI service on Ant
By vaskarbasak in forum Advanced JavaReplies: 0Last Post: 07-24-2008, 02:25 PM -
Setup
By Mir in forum New To JavaReplies: 9Last Post: 06-27-2008, 11:12 AM -
Creating tables in database using executeupdate(..)
By Java Tip in forum Java TipReplies: 0Last Post: 12-23-2007, 07:50 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks