Error While Creating Images in C#

User 21178756d4

09-11-2011 07:01:00

Hi There,


 


 


           I am facing the error "java.lang.NoClassDefFoundError: java.awt.Font" while creating image and i have add the reference of jchem.dll,ChemAxon.NET.dll and all dll's stared with IKVM name. Please find the attached file for your review.


 


Thanks

ChemAxon eb65a25631

09-11-2011 09:38:06

Hi,


Aside from your original problem, why would you want to create a JFrame and an MSketchPane in a web application?


Both classes belong to the desktop UI infrastructure, there is nothing to do with them on a web page.


Did you try to run your code using a Windows.Forms project? Does the problem still reside in this case?


 


Regards,


András