[JDEV] Jabberbeans - errors constructing ConnectionBean
David Waite
dwaite at jabber.com
Fri Mar 16 18:52:04 CST 2001
The Java 1.2 ("classic") compiler runs into this problem. The language spec is
extremely unclear on this, and both the newer ("modern") compiler in 1.3 and
Jikes have no problem.
The latest snapshots have been modified to avoid this problem, but I'm holding
off another prerelease for some additional changes (hopefully) monday.
snapshots @ http://jabberbeans.org/downloads (linked off the main page)
-David Waite
"Flynn, David" wrote:
> 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
>
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev
More information about the JDev
mailing list