-
problem in java
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 [email protected].
Bye
Mohammad
-
Re: problem in java
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