Skip to content

krzysg/JavaCppTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JavaCppTemplate

Simple template/example showing how to configure java project with javacpp.

Our 'library' is in MyCppLib.h. In CppLibManual.java there is manual definition of simple interface and in MyCppLibConfig.java we are going to use automatic parser of javacpp. Automatically generated target will be put in pl.krzysg.cppLib.target package.

To build it run:

mvn package -Dmaven.test.skip=true -Dmaven.javadoc.skip=true

And to run example from console run:

mvn -q exec:java

Enjoy!

About

Template / simple example of how to use javacpp in maven project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published