Honestly, I don't know the difference. I am learning Java through experimentation and "static" was how I got rid of the compiler error. How would I do this correctly?
On 5/21/07, Matthew Toseland <[EMAIL PROTECTED]> wrote: > Static is bad except for stuff that really is universal like Logger. Is this > necessary? I suppose it's client layer so it doesn't matter that much... the > basic issue is that we want to be able to run multiple nodes in one VM, at > least for simulations. > _______________________________________________ Devl mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
