Environment SettingsDomino: 6.0
Java 2 Standard Edition: 1.4.1
Environment Classpath: .;\program files\lotus\notes\notes.jar;\program files\lotus\notes\data\domino\java\ncso.jar
Client Error Message: java.lang.NoClassDefFoundError: lotus/domino/AppletBase
Server Error Message: HTTP Web Server: Item Not Found Exception
<path/pageUNID>/$FILE/lotus/domino/AppletBase.class
We would like to use JavaScript to call Domino 6 objects, from our Intranet
applications. Looking through the developer help, we have found that we can do
this by creating a simple Java applet; unfortunately, we are not Java savvy. We
tried using the java example but continued to receive errors, finally we found
one person that allowed the code to compile. Here is our Java code:
import lotus.domino.*;
public class jsdomino extends AppletBase {
public jsdomino(){}
};
Does anyone know or have any ideas how to fix this problem?
Thank you for your help,
Vaughn