This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Can't find method 'access$1(I)'
- From: "Shaun Jackman" <sjackman at gmail dot com>
- To: java at gcc dot gnu dot org
- Date: Tue, 14 Mar 2006 09:01:44 -0700
- Subject: Can't find method 'access$1(I)'
- Reply-to: "Shaun Jackman" <sjackman at gmail dot com>
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.
/*
^
...