Hi,
Here's ur solution.
Replace HOUROFDAY with HOUR_OF_DAY.
U can c this in this link.
http://java.sun.com/j2se/1.5.0/docs/api/java/util/Calendar.html#HOUR_OF_DAY





On 11/25/05, Padiyath Sreekumaran <[EMAIL PROTECTED]> wrote:
>
> Hello,
>    This is not a Java mailing list. Since many of the linux experts and java
> experts
>    read this mailing list I am sending my simple java question. Iam new to
> this
>    Java language. Iam having these lines in my Java code which gives me
> error.
>
>    Part of the code is:
> -----------------------------------------------
>
>  import java.util.*;
>
>  class ClockTalk {
>          public static void main(String[] arguments) {
>          GregorianCalendar now = new GregorianCalendar();
>          int hour = now.get(Calendar.HOUROFDAY);
>  }
> }
>
>    When I compile this Java code I get the following error:
>
>  %  javac ClockTalk.java
>
> ClockTalk.java:6: cannot resolve symbol
> symbol  : variable HOUROFDAY
> location: class java.util.Calendar
>          int hour = now.get(Calendar.HOUROFDAY);
>                                     ^
> 1 error
>
>
>
>   My java version is java version "1.4.2_08". Iam running this Linux RedHat
> V3 OS.
>   Which library Iam missing? How can I solve this problem? If possible
> suggest
>   a solution.
>
>    Regards,
>    Kumar
>
> ------------------------------------------------------------------
> Padiyath Sreekumar       |   Tel: +41.56.310.3643
> Paul Scherrer Institut   |   email: [EMAIL PROTECTED]
> AIT                      |   Office: WHGA/U132
> WHGA/U132                |   Fax: +41.56.310.3649
> CH-5232 Villigen PSI     |
> Switzerland              |
> -----------------------------------------------------------------
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> _______________________________________________
> linux-india-help mailing list
> linux-india-help@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linux-india-help
>


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
linux-india-help mailing list
linux-india-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to