Integrating into Eclipse IDE

Hello,

I just downloaded TurboActivate. I don't see a sample Eclipse project anywhere as the documentation stated just netbeans. Can you tell me how best to integrate/create a TurboActivate project for Eclipse? Also how to include the JNA library?

Thanks,

Jeff

JNA is a simple jar library (google for videos of how to include jar libraries in your Eclipse project).

Honestly, you should avoid Eclipse. It's design is terrible and has been terrible for decades. Use NetBeans or IntelliJ Community: https://www.jetbrains.com/idea/download/

Both are free, both are worlds better than Eclipse.

But, yes, you can use TurboActivate with Eclipse. Google for tutorials on how to use jar libraries in your project, and include all of the *.java files in your project and you'll be good to go.