How to bundle PlainJava library to create single .jar ?
![]()
I just finished test of small application which uses RTC plain java client library. Now, I'd like to bundle this small application with plain java library into single .jar file so that I can run this small application like:
java -jar <jar> Is it possible ? |
One answer
![]()
there is no RTC or Java supplied way to do this..
but there are addons that can help http://one-jar.sourceforge.net/version-0.95/ for example |
Comments
Did you figure out how to do it?