Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-04-2009, 10:21 AM
javastuden's Avatar
Member
 
Join Date: Nov 2009
Posts: 74
Rep Power: 0
javastuden is on a distinguished road
Default please help me to create setup
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-06-2009, 05:18 AM
Senior Member
 
Join Date: Aug 2009
Location: Pittsburgh, PA
Posts: 265
Rep Power: 1
zweibieren is on a distinguished road
Default
When I distributed a program I used JNLP.
The database can be included in the jar file in a location relative to the class path;
to access the data base from Java code, use Class.getResource...

As far as getting MS Access loaded and running, I'm sorry--I can't help.
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 11-09-2009, 04:23 AM
javastuden's Avatar
Member
 
Join Date: Nov 2009
Posts: 74
Rep Power: 0
javastuden is on a distinguished road
Default Thanks
Thanks for Your valuable repaly
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 11-09-2009, 04:35 AM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 7,523
Rep Power: 11
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
Default
JNLP is the most suitable for your requirement. Don't try to create executables like *.exe, *.msi and so on. All of those things are windows specific.

Search our forum, you can find lots of related discussion to JNLP.
__________________
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
  #5 (permalink)  
Old 11-10-2009, 06:58 AM
javastuden's Avatar
Member
 
Join Date: Nov 2009
Posts: 74
Rep Power: 0
javastuden is on a distinguished road
Default please help me
thanks for you reply but jnlp is a web based program means there be a appliction server for that eg tomcat

new in jnlp got idea from
see the attachment

but my problem is for a standalone program

do i had to configure the database separately

means install eg:mysql in my client computer then when i run the program i will connect to the database

for this i use jdbcodbc conectivity


my java programme is :
attached


please specify an alternative to this

also please go through my post

thanks
Attached Files:
File Type: txt New Text Document (7).txt (1.1 KB, 2 views)
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
How to create Setup for java application kiki2009 New To Java 21 11-08-2009 08:06 PM
Setup a Struts 2 application JavaForums Java Blogs 1 09-12-2008 09:20 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
What tool to create Install / Setup packages mwildam New To Java 12 11-21-2007 10:25 AM


All times are GMT +2. The time now is 11:09 AM.



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