Forum Discussion
Altera_Forum
Honored Contributor
13 years agoI had a similar problem -- jtag_client.dll and other Quartus libraries could not be found when running software that was trying to use them. I found that my Quartus bin directory was not in my PATH environment variable. This was very strange because I know for a fact that it used to be in my PATH.
Anyway, after adding the directory to the PATH env var (the directory in my case was C:\altera\91\quartus\bin) the problem went away. Hope this helps! LH