Results 1 to 8 of 8
Thread: jar files problem
- 12-15-2010, 10:50 AM #1
Member
- Join Date
- Dec 2010
- Posts
- 38
- Rep Power
- 0
jar files problem
i just made a project in netbeans that use mysql as backend now i build the file which created a jar file
now this jar file is appearing as a rar file icon in computers other than me. Now what should I do to make a system that makes it possible for my software to run on the other computers...................
i used launch4j that created its .exe but disconnected all the links with mysql...........suggest a good way for this problem or suggest software that need to be installed on the user's PC
- 12-15-2010, 10:53 AM #2
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,568
- Rep Power
- 15
Those "other" systems either have not installed Java (which they need to do) or, after installing some rar software they set the file associations for ".jar" to this rar software, rather than leaving it on Java, as it should be. They need to install Java and/or realign the file associations. IOW, not a Java question, this is an OS question.
- 12-15-2010, 11:18 AM #3
Member
- Join Date
- Dec 2010
- Posts
- 38
- Rep Power
- 0
Ok , tell me some efficient way like i want that in whomsoever i give this software , its installation shouldn't be cumbersome like they have to install mysql first then setting req. pwds. and then installing JRE and then assigning the .jar to JRE SOFtware not RAR software ........
i want this software either to be converted into exe so that he don't need to do anything or some setup procedure so that he just clik one thing and I do everything for him without making him to do so.....................
By the way plz do tell me that : IS IT NECESSARY FOR HIM TO INSTALL MYSQL ON HIS pC
- 12-15-2010, 11:29 AM #4
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,568
- Rep Power
- 15
Find an installer builder software and use that to build an installer to install the entire thing. And, yes, of course he will need a MySQL db if your app uses a local MySQL DB. Did you expect the program to connect to air and consider it a DB?
- 12-15-2010, 11:58 AM #5
Member
- Join Date
- Dec 2010
- Posts
- 38
- Rep Power
- 0
no i am saying that can't i install some other deployable management software, i don't want to install mysql bcz its heavy..........is there any WAY ?
- 12-15-2010, 12:00 PM #6
Member
- Join Date
- Dec 2010
- Posts
- 38
- Rep Power
- 0
i heard abt sqlite ,,,, is it possible with that ?
- 12-15-2010, 01:47 PM #7
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,568
- Rep Power
- 15
Use JavaDB, it is pure Java and your program itself can be changed in such a way that it creates and populates the db on the first execution.
- 12-16-2010, 07:58 AM #8
Member
- Join Date
- Dec 2010
- Posts
- 38
- Rep Power
- 0
Similar Threads
-
Problem with ResultSetMetaData getPrecision and getScale on .DBF files.
By CrOnNoS in forum JDBCReplies: 3Last Post: 10-05-2009, 10:10 AM -
Problem Jar executable files
By Manfizy in forum New To JavaReplies: 6Last Post: 08-13-2009, 01:15 PM -
problem communication between 2 files
By Questionmark in forum AWT / SwingReplies: 6Last Post: 07-30-2009, 11:23 AM -
Data Files - A problem that I dont understand :D
By Exhonour in forum New To JavaReplies: 7Last Post: 01-20-2009, 05:13 AM -
Problem with executing .jar files
By hiranya in forum NetBeansReplies: 2Last Post: 10-02-2007, 07:24 PM
Bookmarks