Saturday, June 26, 2004

I just need to implement eleven classes on my own to integrate Vajra with Classpath. Seems simple, doesn't it? But progress is pretty slow. Each of the methods (forName() in Class, for example) needs a lot of thought, digging into the header files of the Vajra classes and figuring out how to hook it up with the internals (the fact that I wrote most of this stuff more than a year ago doesn't help, either). Sometimes it is even necessary to tweak the data members of Vajra's C++ implementation classes to plug things together. Something tells me debugging all this is going to be a nightmare. Long haul ahead...