Results 1 to 2 of 2
Thread: How to combine mysql and java?
- 05-20-2008, 12:19 PM #1
Member
- Join Date
- Jan 2008
- Posts
- 24
- Rep Power
- 0
How to combine mysql and java?
Hello all,
I am sandeep...
I have prepared a product for my client which requires Java and MySql to be installed on his computer, it is a stand-alone application(so no web server required), but the problem is that the client wants everything to be installed on a single click..(I mean that he doesn't want to install Java and MySql separately and set the path and classpath) he just wants to run the complete application as a simple setup file, Is it possible? If so, how? Please help....
- 05-21-2008, 04:41 AM #2
It is possible, but i don't know how....
One of the example is the ASI FrontDesk Freeware 2007...
Maybe there is an executable program that handles the requirement to install directly the MySQL...
But, have you heared about SMALLSQL?
It is a pure java API that is similar to MySQL, the advantage is, you can embed it directly to your program... no need a server, the disadvantage is, other application cannot access the file concurrently unlike MySQL, but you can access those datafiles externally....freedom exists in the world of ideas
Similar Threads
-
[SOLVED] How do I combine two variables?
By bobleny in forum New To JavaReplies: 12Last Post: 07-08-2008, 03:15 PM -
MySQL Database and Java
By shaggymac in forum Advanced JavaReplies: 1Last Post: 05-01-2008, 09:01 PM -
java to mysql
By thamizhisai in forum New To JavaReplies: 12Last Post: 04-28-2008, 07:48 AM -
java to mysql
By thamizhisai in forum Advanced JavaReplies: 1Last Post: 04-26-2008, 08:21 AM -
Combine package of(jdk,eclipse and tomcat)
By joseph in forum EclipseReplies: 0Last Post: 04-07-2008, 01:18 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks