RE: A simple java question
From: Tolga Evren (tolgae_at_paro.com.tr)
Date: 11/24/05
- Previous message: Frank W. Zammetti: "Re: A simple java question"
- Maybe in reply to: Padiyath Sreekumaran: "A simple java question"
- Next in thread: Bob Smith: "RE: A simple java question"
- Reply: Bob Smith: "RE: A simple java question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 24 Nov 2005 17:05:52 +0200 To: "General Red Hat Linux discussion list" <redhat-list@redhat.com>
Look ar java.sun.com , try search
Java.lang.*
Tol
-----Original Message-----
From: redhat-list-bounces@redhat.com
[mailto:redhat-list-bounces@redhat.com] On Behalf Of Padiyath
Sreekumaran
Sent: Thursday, November 24, 2005 4:59 PM
To: redhat-list@redhat.com
Subject: A simple java question
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?
Regards,
Kumar
------------------------------------------------------------------
Padiyath Sreekumar | Tel: +41.56.310.3643
Paul Scherrer Institut | email: kumar.padiyath@psi.ch
AIT | Office: WHGA/U132
WHGA/U132 | Fax: +41.56.310.3649
CH-5232 Villigen PSI |
Switzerland |
-----------------------------------------------------------------
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
- Previous message: Frank W. Zammetti: "Re: A simple java question"
- Maybe in reply to: Padiyath Sreekumaran: "A simple java question"
- Next in thread: Bob Smith: "RE: A simple java question"
- Reply: Bob Smith: "RE: A simple java question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|