Use of javax.media.jai

Hi all,I wanted to use some classes of javax.media.jai but , I get this error which sayscannot resolve javax.media, I am using eclipse to write my code. Please let me know what I need to do.Thank you.
[228 byte] By [ephemerala] at [2007-10-3 2:40:11]
# 1

Two things to check.

If your trying to actually use the JAIfrom javax.media.jai you need to

have the following import.

import javax.media.jai.JAI;

Also in eclipse you need to make sure that you have the package included in the project, and that your Class Paths are correct. If your class paths aren't correct then even if you have the package in the project you'll get errors.

Hope that helps.

MadtownMike_75a at 2007-7-14 19:38:30 > top of Java-index,Security,Cryptography...
# 2
Hi,Thank you for the solution, the second solution helped.Regards.
ephemerala at 2007-7-14 19:38:30 > top of Java-index,Security,Cryptography...