QUESTION POSED ON: 15 June 2006
Executing a Java applet throws an exception when run through Internet Explorer. In the Eclipse environment, the applet works perfectly; logs on to R/3 with my user I.D. and password and executes a simple function module. It then returns back some parameter text and logs off. In Internet Explorer, when executing the HTML file, I get the following error message:
java.lang.NoClassDefFoundError.
How do I call JCo through a Java applet?
|