now = new java.util.Calender()I was getting ready to start pulling out hair when I saw the light: 'Calendar'.
And I've also gotten other error messages that turned out to be caused by spelling. Just wanted to share that :)
now = new java.util.Calender()I was getting ready to start pulling out hair when I saw the light: 'Calendar'.
1 comment:
Note that you will see 'com not found' if the package name of the class you are trying to instantiate starts with 'com'.
Post a Comment