Dynamic loading - solutions and more problems

Per Bothner per@bothner.com
Sat Apr 1 17:22:00 GMT 2000


Matt Welsh <mdw@cs.berkeley.edu> writes:

> However, if I compile MainProgram.java to MainProgram.so as above, 
> I get the following error (the lines with 'MDW' are printf's I added
> to libgcj to aid debugging):

Have you tried compiling MainProgram.java with -fno-assume-compiled ?

It appears that Anthony Green added in November some finer-grained
control.  From the comments, I'm guessing the thing to do may be:
        -fno-assume-compiled=ToLoad

But I'm not sure - hopefully this is documented somewhere.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/~per/


More information about the Java mailing list