How to make an install for a Java compiled GUI Program ?

Asked By 10 points N/A Posted on -
qa-featured

Is it possible to make an install for a Java compiled GUI program which has a MySQL DataBase ? If yes, how to include that Base to the installation assistant ( which MySQL files have to be included ) ?

SHARE
Answered By 0 points N/A #169843

How to make an install for a Java compiled GUI Program ?

qa-featured

Hi Belhassen,

I understood your query.

That's a good question. After developing an application in java environment, We need to create a setup file for that.

I am going to provide most appropriate solution for this query.

This is a long process.

After developing the Java GUI application, you need installer to create a setup file.

Have a look at:

Using one of these installer, you can create a setup file. This java application will also able to access the MYSQL database.

For Step-by-step procedure, follow this link:

There are many others way to do this but I hope this can help you.

Thanks,

Related Questions