Downloads
Created by KosherJava on June 22, 2005 - ט"ז סיון תשס"ה | Tagged as: Uncategorized
There are a number of zmanim downloads available.
- The Zmanim zip file includes source files, build script, jar files and JavaDocs, last updated on April 8, 2008. The required required POI and iText jars required for the optional output package are not included
- The zmanim jar containing the core functionality
- The zmanim output jar containing the classes needed to output the Excel and PDF calendars
- The zmanim applet jar containing the classes needed to run the zmanim clock applet
- A future build requested many times will include just the astronomical classes. It is just a matter of getting around to modify the ant build file to do this.
- The latest beta version available is the Zmanim 1.1 beta 2 release. The jar files are available as standalone downloads as well: zmanim-1.1_beta_2.jar and the new zmanimAstronomical-1.1_beta_2.jar a release that only includes the AstronomicalCalendar and supporting classes. Last updated on July 17, 2008
on November 21, 2005 - כ' חשון תשס"ו at 2:48 pm 1.Ned said …
I am looking to be able to use functions like these from VB.NET. Any idea how I could do that?
Thanks,
Ned
on November 21, 2005 - כ' חשון תשס"ו at 3:48 pm 2.KosherJava said …
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.
on February 17, 2006 - כ' שבט תשס"ו at 3:29 pm 3.Jew said …
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
on July 27, 2006 - ג' אב תשס"ו at 11:27 am 4.Dan Journo said …
Has anyone had any luck converting the code into vb.net or an exe which outputs zmanim depending on the parameters entered?
Thanks
Dan
on July 27, 2006 - ג' אב תשס"ו at 12:08 pm 5.KosherJava said …
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.
on July 3, 2008 - א' תמוז תשס"ח at 11:14 am 6.ruth said …
Do you have the code
Available with asp or cold fusion or JavaScript
on July 3, 2008 - א' תמוז תשס"ח at 11:52 am 7.KosherJava said …
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.