Tejas
Tejas

Reputation: 27

How i add javax.media.jai.* package in project?

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

Answers (1)

Dan Ciborowski - MSFT
Dan Ciborowski - MSFT

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

Related Questions