I have an application using Java Media Framework, Java Communications API and some default packages, i have successfully placed the java extensions for the jars, there are some files given by Java Communications API which needs a dll file to be placed in the JRE/bin directory and a properties file which has to be placed in the JRE/lib directory, as the manifest only passes jar files to be placed into the JRE/lib/ext directory, i am not able to place the dll and properties files into the desired folders, Is there a way that the manifest file can push these dll and properties files also?
Please help, without these files getting into the client machine my application will not be used to the extent it has to be.