gcj inner class syntax sugar.

Andrew Haley aph@redhat.com
Wed Mar 2 13:32:00 GMT 2005


Paul D. Smith writes:
 > %% Steve Pribyl <steve@netfuel.com> writes:
 > 
 >   sp> I am trying to build an application using GCJ.  GCJ creates file
 >   sp> with "$" in the name.
 > 
 > Um.  Ouch.
 > 
 > I wonder if there's any opportunity to discuss this naming convention
 > with the GCJ folks, and maybe get it changed?

Java inner classes have "$" characters in their names.  The name of a
java class file is the name of the class with ".class" on the end.

Andrew.



More information about the Java mailing list