I have two questions:
1. Are static initalizers being called? If so, when? Somehow
System.getProperty() is being called before the System static initializer
is. Is there some sort of bug here?
2. Where in the Japhar code are the static initializers being called? I
just need a function name or something. I want to be able to add that into
the custom logging I am developing, so that I can see the flow of the code.
--John Keiser
- Re: static initializers? John Keiser
- Re: static initializers? toshok
