Timothy Sam Ranch Hand Posts: 751 posted 19 years ago I tried using textedit (iBook G4) and save it as rtf or word format. Then I go to the console and rename the file to .java... However I get a compile error saying about an illegal character? I get this in almost every line...
But on the other hand, it seems enough just to be aware of the problem (and simply avoiding it) without intimate knowledge of the gory details. "We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer sscce...
It sounds like the true runtime type of your object is not java.util.Date. "We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer sscce.org Jesper de Jong Java Cowboy Posts: 16084 88 I like... posted ...
This means that you can't find out what type of Object a generic class is using at runtime. [ September 20, 2007: Message edited by: marc weber ] "We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer ...