[JDEV] Jabberbeans - errors constructing ConnectionBean
Flynn, David
dflynn at answerthink.com
Fri Mar 16 15:38:29 CST 2001
Is anyone using the latest release of Jabberbeans? Seems that I cannot even
define a ConnectionBean without 10 compilations errors like this one:
Error:
D:\VisualCafeSE\Projects\Jabber\org\jabber\jabberbeans\ConnectionBean.java(3
61): Can't make a static reference to inner class
org.jabber.jabberbeans.ConnectionEvent. EState.
My code is very simple:
import org.jabber.jabberbeans.*;
public class JabberAccounts
{
public static void main(String argv[])
{
ConnectionBean jabberConnection = new ConnectionBean();
}
}
Is this release buggy or am I missing something?
dflynn at answerthink.com
More information about the JDev
mailing list