using java

Hi ALL

Can i put TurboActivate (.dll .dat .exe) inside .jar file ?

if yes, how i can run turboactivate.exe ?

Is threre problem if i convert .jar ( containing TurboActivate) to .exe ?

Yes, you can put TurboActivate in a JAR, but you have to extract it before you can use it. See: Java - Loading dlls by a relative path and hide them inside a jar.

We don't recommend this behavior. It'd better if you just create an installer for your app and have the TurboActivate files and your app included in the installer. This is the best behavior for Windows.

Thanks For reply

what is the best installer for windows ?

can i put only .dll and ,dat inside .jarand .exe outside and change the name ?

what is the best installer for windows ?

That's a big question. Inno Setup is pretty damn good. If you prefer MSI installers instead then you can use WiX (which is quite a bit harder to use than inno setup).

can i put only .dll and ,dat inside .jarand .exe outside and change the name ?

No, the TurboActivate wizard requires the TurboActivate.dll and TurboActivate.dat files.