Java Media API: java media api download

sri picture sri · Nov 21, 2011 · Viewed 18.6k times · Source

Where can i find javax.media.* jar file.. In sun site it downloads an installer. Is there any available of the media jar for java?

Answer

dvictor1 picture dvictor1 · Nov 21, 2011

There is no javax.media.* jar file specifically. That package is in the jmf.jar file. You will need to either run the installer and take out the jar, or the cross platform install is just a zip file (this jar doesn't use any native libraries, so it doesn't need to be installed) that has the jar in it.