1 Reply Latest reply on Apr 4, 2014 3:37 AM by kpiwko

    Adding a shared object to Shrinkwrap...how to do it ???

    flowerman59

      I'm using Arquillian/Shrinkwrap for the first time and getting a link error since i'm not too sure how to add a C .so file to my archive.

      I'm testing some Java which uses JNA to loadLibrary my C .so file but don't know the syntax/command to add this to my JAR archive.

      I've successfully added my Java classes. Anybody tried this ?