This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Bug in libgcj UDP network classes
>>>>> "Norbert" == Norbert Frese <postfach@nfrese.net> writes:
Norbert> Besides: It seems there still is a bytecode verifyer bug. Is this a
Norbert> known problem?
I don't think so. Please file it.
If you could attach the .java file and the .class file, that would
help. It would also help if you could attach the `jcf-dump -c'
output for the class.
Norbert> gcj -fCLASSPATH=swt.jar:xerces.jar -c jface-standalone.jar -o
Norbert> jface_standalone.oOpenStrategy.java: In class
One last question: does gij fail on this code? You can see if the
gij verifier fails by running something like:
gij -classpath swt.jar:xerces.jar:jface-standalone.jar org.eclipse.jface.OpenStrategy\$1
This should print a stack trace if there is a verifier error. You'll
get an error about a missing main method if it works ok.
Tom