Hi!

I'm working on my Java Virtual Machine (Logr - yes, hardly in development,
but many programs working in it). Now I am using classes from JDK 1.2 and
because I want do my VM completely free I want to try Classpath. I'm going
to integrate Classpath to Logr, so I have some questions about
initializations.

When I starting my VM I first load Thread (and ThreadGroup), do instance
and associate with current native thread. Then load System and call
initializeSystemClass()V on it. Then load class with method main() and run
it. (Yes, among these inits I do many others.)

So, what I need to initialize in Classpath? I do not need call anything
like initializeSystemClass and main() I can (or must?) run by
MainThread. And what else?

 Thank you for your help.

  Vojta

Reply via email to