Ask Your Question

cgeo's profile - activity

2013-04-14 08:29:29 -0600 asked a question Use Java library with native C++ .dll with Ant builder in Eclipse

Hello, I am currently working on a project where I have to combine multiple libraries. On one hand I have a library called GSN, which uses an Ant builder from within eclipse - so it has already a build.xml. I want to include in the same project OpenCV for Java. However I have to compile the libraries (.jar + .dll) with Ant and that seems to be a problem. Any idea on exactly how to do it?