CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: problem in java

  1. #1
    Guest

    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




  2. #2
    Join Date
    Dec 1999
    Location
    Chonghe, Taipei County, Taiwan, R.O.C.
    Posts
    231

    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



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured