Can't run my JAI program in client side. Pls Help!!
843807Sep 25 2002 — edited Oct 1 2002I can't get my program run in client side (Win2K). The machine is successfully installed with JAI installation for JRE and JVM. I wrote a .bat file like:
java -Xmx36m package.mainClass.
The error message is
java.land.NoClassDefFoundError: javax/media/jai/JAI
.....
and so on.....
The program work fine on my own machine with JDK1.4 and JAI for JDK.
Does it mean it can't locate the JAI classes in client's JRE?? I don't think I can package all the imported jai classes to the client!!
Does anyone has any suggestion?? Thx for help in advance!