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: still can't compile swt.jar .. what to do ?


>>>>> "Meir" == Meir  <umen@netvision.net.il> writes:

Meir> $ gcj -c -fjni -findirect-dispatch swt.jar

-findirect-dispatch is only fully working in newer versions...

Meir> org/eclipse/swt/dnd/HTMLTransfer.java:129: error: verification error
Meir> at PC=392

... this is an error from the old bytecode verifier...

Meir> $ gcj --version
Meir> gcj.exe (GCC) 3.4.2 (mingw-special)

... you need to upgrade.

Tom


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