• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Java issues - JAI module... Fixed: Mods - Delete

Torro

Member
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?
 
Back
Top