Hi
I am using a Applet tag in a .jsp page and it is giving an error like this
java.lang.NoSuchMethodError;java/awt/gridBagConstraints:Method<init> (iiiddiiljava/awt/insets;II)V notFound
I am using a GridBadLayout and when the same program run in
<jsp:plugin> it is working. but i have to use Applet tag. can any body solve this problem. its urgent please!!!!!!!!!!!!!
With Regards,
pradeepkumarts at ways dot com
-
Applets in a JSP Page (1 messages)
- Posted by: TS PradeepKumar
- Posted on: October 29 2001 03:48 EST
Threaded Messages (1)
- Applets in a JSP Page by Andy Nguyen on October 29 2001 10:39 EST
-
Applets in a JSP Page[ Go to top ]
- Posted by: Andy Nguyen
- Posted on: October 29 2001 10:39 EST
- in response to TS PradeepKumar
It looks the JVM can't find the constructor that you're using for GridBagConstraints. I would check to make sure that the constructor that you're using exists in the version of Java that your browser is using.
Andy