andreabergia/rjvm

Classpath and class loaders

Closed this issue · 2 comments

Need to support a concept of "classpath" in the vm.

Also, class loaders should be a hierarchy - not sure if this should be done at the same time as the classpath or not.

Partially implemented - the class loader does not really exist, but we have classpath and dynamic resolution of classes at the moment.

Won't fix this.