jai som.vistech compilation problem

Hello!

The problem is that when I try to import a class from com.vistech, I get a "packave com.vistech.jai.imageio does not exist".

The strange thing is that I can import classes form com.sun and javax.media so I suppose the installation has been made ok.

What could be the problem?

Please help!!!

[328 byte] By [Cyberkata] at [2007-10-2 17:19:37]
# 1

is the package is pre defined in java? ( I Think that package is not a predefined package from java. It is user defined pacakage). If not u have to set classpath to that package first and then u have to compile.

since com.sun and javax.media are predefined they will be automatically added to classpath but user defined packages will not be added.

Naveen_Yalavarthia at 2007-7-13 18:35:34 > top of Java-index,Developer Tools,Java Compiler...