import javax.media
I try to import:
import javax.media.jai.PerspectiveTransform;
import javax.media.jai.WarpPerspective;
media is colored red and i get the following error:
Cannot resolve symbol 'media'
What do i need to do to fix this?
(i'm a bit of a noob)
Please sign in to leave a comment.
You need to add jar file that contains javax.media.* classes to the module dependencies in Project Structure | Modules | [your module] | Dependencies tab.
thanks, that helped.
One more thing, does someone know where i can download it?
All jar's i found are really old and don't include PerspectiveTransform and WarpPerspective.2
edit:
finally:
http://www.java2s.com/Code/Jar/j/Downloadjaicorejar.htm
What's wrong with the official page? http://www.oracle.com/technetwork/java/javase/tech/index-jsp-140239.html