API.ProductDetailsException

Hi

API.ProductDetailsException: The product details file "TurboActivate.dat" failed to load. It's either missing or corrupt.

Whats problem?

i add TurboActivate.dat to /bin/turboactivate

I need a bit more information to help you. What language are you using? Java?

Also, what platform are you on?

On Windows TurboActivate looks for the TurboActivate.dat file in the same directory as the TurboActivate.dll file. On non-Windows platforms TurboActivate looks for the TurboActivate.dat file in the same directory as the executable that uses libTurboActivate.

On every platform you can explicitly tell TurboActivate where to look for the TurboActivate.dat file using the PDetsFromPath() function.

Thanks a lot i am solving problem

for windows i want to convert .jar to .exe

can i used turboactivate to generated exe file ?

Yes, you can. You just have to tell TurboActivate where to look for the TurboActivate.dat files. See the SetTurboActivateFolder() function in TurboActivate.java.