This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Call non-compil class...


On Oct 10, 2003, at 10:41 AM, Vaillant Etienne wrote:

Hello,

See the Fine Manual. Look for -fno-assume-compiled.

I'm looking for this option but I don't find it anywhere (man)... but
now if a run my application, I have a "Aborted"... :(

So, I have a question :

I have a file t1.o (was created with the file t1.java and gcj). Is it
possible a t1's methode call the class t2 whish only exists in bytecode
(t2.class or in a jar file) ?

The new ABI will let you do this. -fno-assume-compiled might already let you do this, but it isn't documented and might have bugs.


Regards

Bryce.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]