Hijrah Calender

ArbolOneEnterprise <[email protected]> Sat, 19 Jul 2025 08:13:34 -0400
Newsgroups gmane.comp.java.ide.netbeans.user
Message-ID <BYAPR12MB2808BF76CBB77FE1801889F7BA53A@BYAPR12MB2808.namprd12.prod.outlook.com>
Apache NetBeans IDE 25

Code Snip
     import java.time.chrono.HijrahChronology;
     import java.time.chrono.HijrahDate;

     public class MyHijrahDate {
     private final HijrahDate hijrahDate;
     private final HijrahChronology hijrahChronology;

     public MyHijrahDate() {
         hijrahDate = HijrahDate().now();  // <-- cannot find symbol ???
         hijrahChronology = hijrahDate.getChronology();  // <-- cannot 
find symbol  ???
     }

------------------

Hello everyone.
I don't use any other IDE to test the above code. For a very long time I 
have used Netbeans, but this is the first time I am dealing with things 
that are not 'westerner' algorithms; Hijrah calendar is definitely new 
to me.
Having stated that, NetBeans 25 tells me that it cannot find the 
HijrahDate symbol. I thought that if I compiled the code [ Shift + F11 ] 
it would force the IDE to find the class, but that was not the case.

Is there anything else I need to do? What have I missed?

Thanks


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists