Re: [kaffe] bootclassloader vs. SystemClassLoader problems

2002-05-04 Thread Godmar Back
Is there a safe point during class loading when I can reset the class-loader field to the SystemClassLoader? No, don't tamper with that field. You need to load applications with their own class loader (an implementation of which should be floating around somewhere in kaffe.* or I believe

Re: [kaffe] bootclassloader vs. SystemClassLoader problems

2002-05-03 Thread Dalibor Topic
Hi Godmar, --- Godmar Back [EMAIL PROTECTED] wrote: The current kaffe implements JDK 1.1 class loader semantics, because some legacy applications relied on that. I think it should be okay now to implement 1.2 semantics with application-specific classloaders and separate bootclasspath

[kaffe] bootclassloader vs. SystemClassLoader problems

2002-05-02 Thread Dalibor Topic
Hi, I've implemented a good deal of support for Packages. The only problem I am experiencing with my code is: kaffe seems to load most stuff with the boot class loader, thus I can't record any useful package information in the SystemClassLoader. Here is a small example program: public class