Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-05-2009, 09:08 AM
Member
 
Join Date: Nov 2009
Posts: 47
Rep Power: 0
javastuden is on a distinguished road
Default 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
Bookmark Post in Technorati
Reply With Quote
  #2 (permalink)  
Old 11-13-2009, 07:34 AM
aaroncarpet's Avatar
Senior Member
 
Join Date: Nov 2009
Location: California
Posts: 138
Rep Power: 0
aaroncarpet is on a distinguished road
Send a message via Yahoo to aaroncarpet
Default
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.
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 11-13-2009, 11:37 AM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 7,256
Rep Power: 11
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
Default
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.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Someone helped you? their helpful post.
Help:Forums FAQ|How To Ask Questions The Smart WayResources:The Java Tutorials|Glossary for Java|NetBeans IDE|Sun DownloadsWeb:WritOnceTips:Is your IDE the best?|Which Application Server?
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 11-13-2009, 04:07 PM
aaroncarpet's Avatar
Senior Member
 
Join Date: Nov 2009
Location: California
Posts: 138
Rep Power: 0
aaroncarpet is on a distinguished road
Send a message via Yahoo to aaroncarpet
Default
another important thing is to make sure that your clients computer has the most current java virtual Machine
Bookmark Post in Technorati
Reply With Quote
  #5 (permalink)  
Old 11-13-2009, 04:12 PM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 7,256
Rep Power: 11
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
Default
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.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Someone helped you? their helpful post.
Help:Forums FAQ|How To Ask Questions The Smart WayResources:The Java Tutorials|Glossary for Java|NetBeans IDE|Sun DownloadsWeb:WritOnceTips:Is your IDE the best?|Which Application Server?
Bookmark Post in Technorati
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
please help me to create setup javastuden AWT / Swing 4 11-10-2009 06:58 AM
Creating a web service from database fiqueudrue NetBeans 8 01-19-2009 07:22 AM
Setup RMI service on Ant vaskarbasak Advanced Java 0 07-24-2008 03:25 PM
Setup Mir New To Java 9 06-27-2008 12:12 PM
Creating tables in database using executeupdate(..) Java Tip Java Tips 0 12-23-2007 08:50 AM


All times are GMT +2. The time now is 06:07 PM.



VBulletin, Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2009, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org