Results 1 to 5 of 5
Thread: please help me to create setup
- 11-04-2009, 09:21 AM #1
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
- 11-06-2009, 04:18 AM #2
Senior Member
- Join Date
- Aug 2009
- Location
- Pittsburgh, PA
- Posts
- 282
- Rep Power
- 4
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.
- 11-09-2009, 03:23 AM #3
Thanks
Thanks for Your valuable repaly
- 11-09-2009, 03:35 AM #4
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
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.
- 11-10-2009, 05:58 AM #5
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
Similar Threads
-
How to create Setup for java application
By kiki2009 in forum New To JavaReplies: 21Last Post: 11-08-2009, 07:06 PM -
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 -
What tool to create Install / Setup packages
By mwildam in forum New To JavaReplies: 12Last Post: 11-21-2007, 09:25 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks