ChiliBean Control error '800a03e8' java.lang.NoClassDefFoundError
hi all,
http://forum.java.sun.com/thread.jspa?forumID=759&threadID=5019680
in reference to the post above, i have a Win2003 server running Sun ONE with Chilisoft ASP plug-in. i did the suggestions there but am still getting the same error, to be exact:
ChiliBean Control error '800a03e8'
java.lang.NoClassDefFoundError: ClassBundler
/myhelloworld.asp, line 3
<html>
<% Dim mhw, mhwString, mwh1
REMSet mhw = NewJavaObject("MyHelloWorld")
Set mhw = Server.CreateObject("Chili.Beans")
Set mhw1 = mhw.Construct("MyHelloWorld")
Set mhwString = mhw1.myString
Response.Write(mhwString)
%>
</html>
publicclass MyHelloWorld{
public String myString ="Hello World!";
}
hope you could help me out.
thanks in advance :D

