JConvert is an opensource project developed in Java that converts various units of measure. JConvert comes with 2 interfaces. The first is a friendly user GUI that will allow you to select from a series of conversion categories.
The second "interface" is basically the application programing interface or API, for Java developers. Simply place the jar in your classpath and voila, you have access to the API. While this jar does not depend on log4j, if you have log4j in your classpath, it will use it. Just make sure that you have defined your log4j.properties file in the classpath.
Requirements:
· Java Runtime Environment
What's New in This Release: [ read full changelog ]
· Fix for very slow opening of JConvert - caused by parsing web page for currency conversions
· allow complex fractions (wholeNumber numerator/denominator) to be used in conversion file
· assurred all lightyear is using julian year
· fixed problem with dekameter to mil
· added explicit conversions from decimeter - were missing before, but calculated.
· Increased overall accuracy by using more fractional conversions
· added survey foot
· Change request 2929459 - Fixed spelling mistake with micromole
· Feature Request 2929469 - new language conversions for German
· Bug 2929463 - added the micro symbol to the micro abbreviations that had it missing.
· Feature Request 2929464 - updated dekameter abbreviation from dm to dam
· Feature Request - 2931322 - have the custom conversion dialog attempt to convert the custom conversion from local language back to english (default language).