Hey, quick question.
I have a program where I am using an external library. Currently, I have it required that the external library is located with the executable jar and I have the following line in my manifest:
I wanted to know if it was possible to take the external library and put it into the executable jar so it would just be one file and the external library would travel with the executable jar. If it is possible, how would I tell the manifest to look inside the executable jar for the library?Class-Path: SX.jar
Any help is appreciated. Cheers