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 |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Did you figure out how to do it?