[jboss-dev-forums] [JBoss AS7 Development] - Re: HornetQ Native Libs
David Lloyd
do-not-reply at jboss.com
Fri Oct 21 11:09:29 EDT 2011
David Lloyd [http://community.jboss.org/people/dmlloyd] created the discussion
"Re: HornetQ Native Libs"
To view the discussion, visit: http://community.jboss.org/message/633044#633044
--------------------------------------------------------------
First thing you have to do is add a resource directory called "lib" to your module.xml.
Once you've done that, you have to file your native libs in the proper platform-specific directory. The directory name format is +<osname>+-+<osarch>+ where +<osname>+ is one of:
* linux
* macosx
* win
* os2
* solaris
* mpeix
* hpux
* aix
* os390
* freebsd
* irix
* digitalunix
* osf1
* openvms
...and +<osarch>+ is one of:
* sparcv9
* sparc
* x86_64
* i686
* ppc64
* ppc
* arm
* parisc
* alpha
* mips
Then put your .so/.dll/etc files in the appropriate directories and you should be set.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/633044#633044]
Start a new discussion in JBoss AS7 Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20111021/7b8f731e/attachment.html
More information about the jboss-dev-forums
mailing list