nativelibs4java / JNAerator

JNAerator: native bindings generator for JNA / BridJ / Node.js
http://jnaerator.googlecode.com
504 stars 108 forks source link

Problem with JNaerator install #99

Open emmanueldufour opened 8 years ago

emmanueldufour commented 8 years ago

How are we supposed to install JNAerator ? I just went to the maven home page and created the pom.xml from the XML displayed on the maven home page. http://search.maven.org/#artifactdetails|com.nativelibs4java|jnaerator|0.12|jar Then I put the pom.xml in a folder and run mvn install. Then when I run java -jar jnaerator-0.12-shaded.jar it says : Error: Could not find or load main class com.ochafik.lang.jnaerator.JNAerator

nyholku commented 7 years ago

Same problem here