cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
kapilkumawat
Level 2

Setting up the class path of java.

In my installer, I asked the user to download a zip file and then installer extract that zip file in the user install directory.

That zip file contains the mysql connector and I want to set this path of mysql connector while configuring the mysql database and loading the database.

So let me now how I can do this?

I don't want to ship that mysql connector with the installer, as it has some legal issues.
Labels (1)
0 Kudos
(2) Replies
pv7721
Level 20

Well, I think you should be careful for the legal issues: I think you need to pay a license if you distribute MySQL connector, but downloading it might not be a workaround, as it is still used in a commercial product.
0 Kudos
Masudkhan
Level 5

have you tried 'Set System Environment Variable' Action?
0 Kudos