> java.lang.IllegalArgumentException:
> "APACHE$DISK:[APACHE.JAKARTA.WEBAPPS.aba2]000000EB.TIF": File is not
> readable.

I have no idea what javax.media is, but it looks like you're trying to use
environment variables from inside a web app. On the command-line, they will
be resolved and the right values put in to Java. In a web app, since there is
no shell to resolve them, they are taken literally.

- r

Reply via email to