Put TurboActivate Folder inside the JAR file - Or Another Alternative

Hi!

I have recently developed an application in Java. And I managed to bundle all the dependencies inside a single JAR file. But what i need now, Is to put the TurboActivate Folder inside that JAR file. Because I don't want to expose TurboActivate Folder to my users. Would it be Possible ?

I'm open to using other 3rd Party tools if they are free or Open-Source. But I need a solution. I hope to get the proper help from you guys. Thanks

Best, Maher

Hey Maher,

As you can see TurboActivate uses JNA. So, you can embed the dll and .dat in your jar. But youll have to extract the files before you app runs. A better method would be to just create an installer for your app.

But its entirely up to you.