<?xml version="1.0" ?><rss version="2.0">
    <channel>
	<title>ETF2L &#8211; Latest activity in &#8220;Java Problem&#8221;</title>
	<link>https://staging.etf2l.org/forum/support/topic-14019/</link>
	<description><![CDATA[The latest posts to this topic.]]></description>
    	<item>
    	    <title>Reply by jgmaster</title>
    	    <link>https://staging.etf2l.org/forum/support/topic-14019/page-1/?recent=238726#post=238726</link>
    	    <description><![CDATA[Don't you just love it when they teach you all these different ways of doing things. Then just to make sure you know them all you must use them all in one program just to prove you've been paying attention :)]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=support&#038;topic=14019&#038;post=238726</guid>
    	    <pubDate>Mon, 01 Nov 2010 09:20:33 +0100</pubDate>
    	</item>
    	<item>
    	    <title>Reply by Dr. Chris</title>
    	    <link>https://staging.etf2l.org/forum/support/topic-14019/page-1/?recent=238726#post=238720</link>
    	    <description><![CDATA[<i>Quoted from d1ck j0nes</i>
		<blockquote>[...]

sweet mother of</blockquote>

some of the worst code i've ever seen (but it is java after all), nevertheless the solution was equally funny]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=support&#038;topic=14019&#038;post=238720</guid>
    	    <pubDate>Mon, 01 Nov 2010 08:32:20 +0100</pubDate>
    	</item>
    	<item>
    	    <title>Reply by klansm3n</title>
    	    <link>https://staging.etf2l.org/forum/support/topic-14019/page-1/?recent=238726#post=238719</link>
    	    <description><![CDATA[
		<blockquote>
//display the name of the month
switch (month) {
case 1:
System.out.print("January");
break;
case 2:
System.out.print("February");
break;
case 3:
System.out.print("March");
break;
case 4:
System.out.print("April");
break;
case 5:
System.out.print("May");
break;
case 6:
System.out.print("June");
break;
case 7:
System.out.print("July");
break;
case 8:
System.out.print("August");
break;
case 9:
System.out.print("September");
break;
case 10:
System.out.print("October");
break;
case 11:
System.out.print("November");
break;
case 12:
System.out.print("December");
}
</blockquote>

sweet mother of]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=support&#038;topic=14019&#038;post=238719</guid>
    	    <pubDate>Mon, 01 Nov 2010 08:27:43 +0100</pubDate>
    	</item>
    	<item>
    	    <title>Reply by jgmaster</title>
    	    <link>https://staging.etf2l.org/forum/support/topic-14019/page-1/?recent=238726#post=238714</link>
    	    <description><![CDATA[<i>Quoted from octochris</i>
		<blockquote>You're importing the utils, but you've spelt calendAr wrong. It shouldn't be calendEr.</blockquote>

06:20 - [LLC] DeathbyJG: if i do import java.util.Calender;
06:20 - [LLC] DeathbyJG: it doesnt like that either
06:20 - [FB] Chris the FABULOUS Fatman: oh, well if it's from the utils then you're spelling it wrong
06:20 - [FB] Chris the FABULOUS Fatman: it's spelt calendAr not calendEr
06:21 - [LLC] DeathbyJG: did i write calendar?
06:21 - [FB] Chris the FABULOUS Fatman: all over your code you have written "calender"
06:21 - [FB] Chris the FABULOUS Fatman: where it should be "calendar"
06:21 - [FB] Chris the FABULOUS Fatman: i assumed you named it that to differentiate it
06:21 - [LLC] DeathbyJG: if this is a typo i will scream
06:21 - [FB] Chris the FABULOUS Fatman: but i guess maybe you just made a spelling mistake
06:22 - [LLC] DeathbyJG: :/
06:22 - [LLC] DeathbyJG: i need to learn english

:3 Oh and can be locked.]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=support&#038;topic=14019&#038;post=238714</guid>
    	    <pubDate>Mon, 01 Nov 2010 07:24:05 +0100</pubDate>
    	</item>
    	<item>
    	    <title>Reply by Dr. Chris</title>
    	    <link>https://staging.etf2l.org/forum/support/topic-14019/page-1/?recent=238726#post=238712</link>
    	    <description><![CDATA[You're importing the utils, but you've spelt calendAr wrong. It shouldn't be calendEr.]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=support&#038;topic=14019&#038;post=238712</guid>
    	    <pubDate>Mon, 01 Nov 2010 07:21:46 +0100</pubDate>
    	</item>
    	<item>
    	    <title>Created by jgmaster</title>
    	    <link>https://staging.etf2l.org/forum/support/topic-14019/page-1/?recent=238726#post=238710</link>
    	    <description><![CDATA[So I've been trying to learn Java and I have come across a problem.

<code>import java.util.*;

class ClockTalk {
	public static void main(String[] arguments) {
		// get current time and date
		Calender now = Calender.getInstance();
		int hour = now.get(Calender.HOUR_OF_DAY);
		int minute = now.get(Calender.MINUTE);
		int month = now.get(Calender.MONTH) + 1;
		int day = now.get(Calender.DAY_OF_MONTH);
		int year = now.get(Calender.YEAR);

		// display greeting
		if (hour &#60; 12)
			System.out.println(&#34;Good morning. n&#34;);
		else if (hour  12) ? (hour - 12) : hour );
		System.out.print(" o'clock on ");

		//display the name of the month
		switch (month) {
			case 1:
				System.out.print("January"); 
	        	        break; 
		        case 2: 
				System.out.print("February"); 
		                break; 
			case 3: 
				System.out.print("March"); 
 		                break; 
             		case 4: 
                 		System.out.print("April"); 
                 		break; 
             		case 5: 
                 		System.out.print("May"); 
                 		break; 
            		case 6: 
                 		System.out.print("June"); 
                 		break; 
             		case 7: 
                 		System.out.print("July");  
                 		break; 
             		case 8: 
                 		System.out.print("August"); 
                 		break; 
            		case 9: 
                 		System.out.print("September"); 
                 		break; 
             		case 10: 
                 		System.out.print("October"); 
                 		break; 
             		case 11: 
                 		System.out.print("November"); 
                 		break; 
            		case 12: 
                 		System.out.print("December"); 
		}

		// display the date and year
		System.out.println(" " + day + ", " + year + ".");
	}
}</code>

When trying to compile this code throught "javac ClassTalk.java" it comes up with this problem:
"ClockTalk.java:6: cannot find symbol
symbol : class Calender
location : class ClockTalk
Calender now = Calender.getinstance();
^"

That and several other problems with the Calender class. My CLASSPATH enviromental variable is set to .;C:Program FilesJavajdk1.6.0_22libtools.jar which should be correct afaik. I can't see what the problem is so any help would be apreciated :)]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=support&#038;topic=14019&#038;post=238710</guid>
    	    <pubDate>Mon, 01 Nov 2010 06:47:21 +0100</pubDate>
    	</item>
    </channel>
</rss>