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]

Can't find method 'access$1(I)'


In attempting to compile Azureus 2.4.0.0 with gcj 4.1, I ran into the error

	Can't find method 'access$1(I)'

This seems to me to be a compiler error. The line numbers mentioned in
the errors are the last line of the source file, line 1890, and the
first line of the source file, which seems unusual (unlikely) to me.

Please cc me in your reply. Ta!
Shaun

$ gcj-4.1 --version | head -1
gcj-4.1 (GCC) 4.1.0 20060219 (prerelease) (Debian 4.1-0exp9)
$ gcj-4.1 -C -Wno-deprecated-I. -I/usr/share/java/commons-cli-1.0.jar
-I/usr/share/java/log4j-1.2.jar -I/usr/share/java/seda.jar
-I/usr/share/java/swt-gtk-3.1.jar -I/usr/share/java/junit.jar
com/aelitis/azureus/core/networkmanager/impl/TCPProtocolDecoderPHE.java
com/aelitis/azureus/core/networkmanager/impl/TCPProtocolDecoderPHE.java:
In class 'com.aelitis.azureus.core.networkmanager.impl.TCPProtocolDecoderPHE$1':
com/aelitis/azureus/core/networkmanager/impl/TCPProtocolDecoderPHE.java:
In method 'com.aelitis.azureus.core.networkmanager.impl.TCPProtocolDecoderPHE$1.parameterChanged(java.lang.String)':
com/aelitis/azureus/core/networkmanager/impl/TCPProtocolDecoderPHE.java:1890:
error: Can't find method 'access$1(I)' in type
'com.aelitis.azureus.core.networkmanager.impl.TCPProtocolDecoderPHE'.
}
   ^
com/aelitis/azureus/core/networkmanager/impl/TCPProtocolDecoderPHE.java:
In class 'com.aelitis.azureus.core.networkmanager.impl.TCPProtocolDecoderPHE':
com/aelitis/azureus/core/networkmanager/impl/TCPProtocolDecoderPHE.java:
In method 'access$2()':
com/aelitis/azureus/core/networkmanager/impl/TCPProtocolDecoderPHE.java:1:
error: Missing return statement.
/*
   ^
...

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