Saturday, July 03, 2004

Today I learned that constructors cannot be native (blush!).

The workaround, if you are interested, is to declare a static native method that returns the newly constructed object. This method can do all the dirty things that you want to do (programming-wise, that is; you still have to find other ways to do your S&M stuff).