jacob-project icon indicating copy to clipboard operation
jacob-project copied to clipboard

Where is the dll file?

Open echavez-eb opened this issue 3 years ago • 4 comments
trafficstars

I need the JAR and DLL files. Followed all steps to run the build from this page https://github.com/freemansoft/jacob-project/blob/main/docs/BuildingJacobFromSource.md Selected ANT default build because in BuildingJacobFromSource.md: ant default executes the following steps when using the default target.

  • Build the Java code
  • Build the jni code
  • _create the dll
  • create jar file_

JAR file is created here: /jacob-project-main/release/java/jacob.jar But there is not sign of the DLL file.

Where is it?

echavez-eb avatar Mar 15 '22 19:03 echavez-eb

image

SedateC avatar Sep 22 '22 02:09 SedateC

Hello, sorry but I don't see neither where to find the DLLs, how do you get to that Assets page ?

jeff-1984 avatar Sep 30 '22 11:09 jeff-1984

Ok found it : https://github.com/freemansoft/jacob-project/releases

jeff-1984 avatar Sep 30 '22 11:09 jeff-1984

Ok found it : https://github.com/freemansoft/jacob-project/releases

Thank you!!!

7fenghua avatar Nov 17 '22 02:11 7fenghua

Back to the original question. When running the build, the .dll should end up; in the release dir in a directory called x64.

freemansoft avatar Jul 25 '23 01:07 freemansoft

Built a simple project that helps publish jars of the native code and extracts it at runtime. https://github.com/fizzed/jacob

jjlauer avatar Sep 05 '23 19:09 jjlauer