Downloads
Created by KosherJava
There are a number of zmanim downloads available. The latest Zmanim API v1.2.1 was released on May 30, 2010 י”ז סיון תש”ע. All previous versions are no longer supported and have been removed from the site.
The latest alpha and beta versions can be downloaded from the Google Code KosherJava Zmanim project download page.
- The Zmanim zip 1.2.1 file includes source files, build script, jar files and JavaDocs
- The zmanim 1.2.1 jar that only includes the JAR file containing the core functionality
- The zmanimAstronomical-1.2.1.jar a release that only includes the AstronomicalCalendar and supporting classes, and excludes all religious times.
- The zmanim applet jar containing the classes needed to run the zmanim clock applet
- Zmanim GUI 0.087 released by Moshe Wagner. This is a Java Swing front end to the zmanim API. See the “Zmanim GUI Released” post for additional information.
I am looking to be able to use functions like these from VB.NET. Any idea how I could do that?
Thanks,
Ned
Ned,
If you are familiar with .NET, porting the code is not a complex job. You can also try using the Microsoft JCLA for the job, though I have no experience with it. If you do plan on porting it, let me know if you need a version under the LGPL as opposed to the GPL that it is currently released under.
If anyone converted it to VB.NET or C#.NET I would like to get the source code or at least the DLL. (please post it here if posible)
I tried converting it with JCLA but it didn’t work, so I made a J#.NET Project and I got some compilation errors
Like:
getTimeZone().getDSTSavings()
noonCal.setTimeInMillis(noonCal.getTimeInMillis()
getTimeZone().getDisplayName
Thanks
Has anyone had any luck converting the code into vb.net or an exe which outputs zmanim depending on the parameters entered?
Thanks
Dan
I do not know much about VB, but attempts to do this ran into some minor issue with decimal formats that were for the most part in the toString methods and can probably be easily fixed. You can try to use the source code to try this yourself.
Do you have the code
Available with asp or cold fusion or JavaScript
No, the API is currently only available in Java. Since the source is available, it should be trivial for any ASP or Cold Fusion developer to port the code. Please let me know if you do indeed port it.
which one from the list of jars has functionality of converting georgian date into the hebrew date?
(Prefers that hebrew date will be returned as string…)
Anyone knows?
Thanks!
Gerry,
None do. Zmanim calculations are based on the solar calendar, so none of the jars include this functionality. There are a few packages that do this, but not mine. The only calendar conversion routine that I wrote, is the PHP WordPress Hebrew date Plugin. I may post some information on calendar conversion some time in the future.
hi
any news for vb.net version?
YMO,
There is a C# .NET port that is being very actively developed. It will probably work in VB.NET. Yitzchok’s code can be seen at the Zmanim .NET project page.
Hey ,
How Can I convert this jar to support Android?
Thanks
What are you looking to convert? Have you seen the Android Zmanim Using the KosherJava Zmanim API post? As per Jay, there was no work required for him to use the jar on the Android.
Hi,
First of all, great code, it helped me alot – thank you.
One question – Why can’t the elevetion be negative? I need to set the calender for Tiberia and it’s below see level..
Thanks.
Amir.
Amir,
When you are below sea level the reason you see sunrise later and sunset earlier is due to obstructions (natural in this case) blocking the horizon. Would you expect sunrise to be an hour or 2 before chatzos and an hour or 2 after chatzos when you were at the floor of the Grand Canyon? Secondly, claculating netz hanireh (visual sunrise) requires much more than elevation. You need to calculate how far you are from the obstruction, how high it is etc to know the angle to the horizon. I will try to post more details some time in the future.
How can I set The location in Buenos Aires Argentina
when I PUT THE LAT&LONG there is no choice for south and west
Thanks
guille,
Please read the documentation on the GeoLocation class. From the documentation: