B4J Question how to add addtional jar into .exe file

liulifeng77

Active Member
Licensed User
Longtime User
I 'm using b4jpackger to build a exe file.but it can't be opened. I guess “lib\atuoitx3.dll and jacob.dll” not be added.
how to add it?
regards.

<source> folder structure:
objects\bin
objects\src
objects\ lib\ atuoitx3.dll ,jacob.dll
objects\RemoteController.jar
 

liulifeng77

Active Member
Licensed User
Longtime User
Create a zip file with a folder named lib and the files inside it.

Rename it to MyAdditionalDlls.zip, put it in the additional libraries folder and add a reference with #AdditionalJar: MyAdditionalDlls

it shows error.
should I rename MyMyAdditionalDlls.zip to MyMyAdditionalDlls.jar?
thanks!
 

Attachments

  • 1.PNG
    1.PNG
    11.1 KB · Views: 233
  • 2.PNG
    2.PNG
    14 KB · Views: 253
Upvote 0
Top