Packaging platform specific libs in one jar

Asked by Mike Bedwell

The project I'm working on will likely be used on all 3 platforms, Windows, Linux, and OS X. Will I create issues by packaging all 3 sikulixlibs*.jar files (name clashes, etc) in the same jar file? I'm trying to determine if I can build once, run anywhere, or if I need to distribute platform specific jar files to the machines I'll be using.

Thanks in advance,

--Mike

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

Yes, you can do.

See faq 2609

Revision history for this message
Mike Bedwell (bedwell2012) said :
#2

Thanks RaiMan, that solved my question.