Sorry for the long post but i'm really stumped and i should try to give as much info as possible
I am trying to use JAI java imaging module.
I've gotten JAI to install on my machine.
I have Java SDK 1.4.2 (java -version gives 1.4.2 -b28)
and JAI version 1.1.2
The JAI jar files are in "..\j2sdk_nb\j2sdk1.4.2\jre\lib\ext"
my sample java code has
import javax.media.jai;
and it errors out on compiling with package javax.media does not exist
ive tried setting classpath to
C:\Program Files\j2sdk_nb\j2sdk1.4.2;C:\Program Files\j2sdk_nb\j2sdk1.4.2\jre\lib\ext\jai_core.jar
and adding same values to -classpath while compiling from command line
all to no avail
Please help me figure out this problem
EDIT: Ignore this
Fixed my problem
I had to import javax.media.jai.*;
Sorry
Is there a way to delete this thread?
I am trying to use JAI java imaging module.
I've gotten JAI to install on my machine.
I have Java SDK 1.4.2 (java -version gives 1.4.2 -b28)
and JAI version 1.1.2
The JAI jar files are in "..\j2sdk_nb\j2sdk1.4.2\jre\lib\ext"
my sample java code has
import javax.media.jai;
and it errors out on compiling with package javax.media does not exist
ive tried setting classpath to
C:\Program Files\j2sdk_nb\j2sdk1.4.2;C:\Program Files\j2sdk_nb\j2sdk1.4.2\jre\lib\ext\jai_core.jar
and adding same values to -classpath while compiling from command line
all to no avail
Please help me figure out this problem
EDIT: Ignore this
Fixed my problem
I had to import javax.media.jai.*;
Sorry
Is there a way to delete this thread?
