How to use JNAerator?

4.6k views Asked by At

I want to use JNAerator to generate the Java wrapper of some C++ API functions for JNA. The Problem is that I can't use JNAerator Studio or access Github from my PC at work. I only have the .zip-file from the Github-repository. I can't find any documentation or tutorial on how to use it from the command line. Can anyone help me out?

Edit: I tried to compile the repository with maven, but I get an error which says "non-resolveable parent POM". But anyway, I do not know what to do with the repository after compiling it. What steps do I need to take so I can use JNAerator/How can I set it up?

2

There are 2 answers

3
Laxmi On
0
Lonzak On

You can also try the jnaerator wiki. Here's an overview.