I have a java program that built in netbeans that uses the RXTX from Here. So far it works very well in both windows and linux.
My question: Is it possible to include the needed RXTX files in the JAR without installing them as per the instruction on the RXTX site. I would like to be able to just give the JAR to people on Linux or Windows with all included files and have it just work.
Is that possible and what is the best way to do that?
Thank you.