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: gcj inner class syntax sugar.


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.


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