Reputation: 27
I read the posts and download the cross platform ZIP file which contain jmf.jar file. But this jar does not contain only javax.media.jai package. where i get this jar?
Upvotes: 2
Views: 7195
Reputation: 7237
You could try using maven. Here is the maven repo... http://mvnrepository.com/artifact/javax.media/jai_core/1.1.3
Or download the source from here http://www.oracle.com/technetwork/java/current-142188.html
Upvotes: 3