Click to See Complete Forum and Search --> : problem in java


May 6th, 2000, 05:17 AM
Hi,

I am facing problem in java.I used a affinetransform method for rotating

a images.When i run from appletviewer it is working fine.Same applet
program is not running
from netscape 4.7 it is showing error. NoclassDefFound Error :
java.awt.geom.Affinetranform method.How to solve this problem.Please
help and reply back on mohd790@hotmail.com.



Bye

Mohammad

kib63613
May 6th, 2000, 05:52 AM
netscape 4.7 do not support JDK1.2. It might be the problem that occurs NoClassDefFound error.
You may take care the method which you use is in the spec of JDK 1.2. You may look at the document
. In the document, each method or class will be denoted what version of the method is since.
good luck,
Alfred Wu