All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.Ostermiller.util.download.bte Maven / Gradle / Ivy

Go to download

Open source (GPL) Java utilities maintained by Stephen Ostermiller with help from many contributors.

The newest version!
<%bte.doc super="page.bte" %>
<%bte.tpl name=pageTitle%>Download com.Ostermiller.util Java Utilities<%/bte.tpl%>
<%bte.tpl name=firstLine%>Download com.Ostermiller.util Java Utilities<%/bte.tpl%>
<%bte.tpl name=description%>Download open source (GPL) Java utilities for common tasks such as CSV, Base64, MD5, String manipulation.<%/bte.tpl%>
<%bte.tpl name=keywords%>download java utilities, download ostermiller utilities, ostermillerutils download, java utilities download, jar file for utilities, utilities for kaffe, kaffe utilities<%/bte.tpl%>
<%bte.tpl name=topcontent%>The Ostermiller Java Utilities can be downloaded for various versions of Java and Kaffe below.<%/bte.tpl%>
<%bte.tpl name=content%>

Installation

The utilities are pre-compiled and ready to use. Simply use one of the following to add the jar file to your classpath:

  • Put the jar file in the Java extensions directory.
  • Set your CLASSPATH environment variable to include the jar file.
  • Specify the jar file in the command line classpath when you compile and run your programs.
  • Extract the jar file to a folder already in your classpath.
  • Include the contents of the jar file in your program's jar file.
  • Reference the jar file from the manifest file in your program's jar file.
You can extract the contents of the jar file either with the jar tool that comes with Java or by renaming the jar file to have a .zip extension and using any zip file extractor.

If you have a Unix compatible system and you want to have easy access to the Base64, LineEnds, MD5Sum, RandPass, and Tabs command line programs that come in these utilities, run this install shell script.


Download Instructions

  • All downloads are in .jar format. Some browsers think that jar is the same as zip. If your browser renames the jar to have a .zip extension, please rename it back to .jar.
  • Be sure to download the version of the utilities that matches the version of Java that you are using. Otherwise you may get an UnsupportedClassVersionError exception.
file size description
Ostermiller Utils version 1.07.00 for Java 1.5 513k The latest version of the com.Ostermiller.util utilities including source code. Compiled for the latest version of Sun's Java (Java 1.5)
Ostermiller Utils version 1.04.03 for Kaffe 399k Version modified for compatibility Kaffe (version 1.1.4). This version is completely free software. It can be run on Linux with Kaffe, which has no dependencies on non-free software. Modifications include:
  • Does not use 1.5 features such as Generics
  • Classes that use Swing components have been removed: PasswordDialog, RandPassApplet, Browser
  • Unit test for the Circular Buffers does *NOT* pass, although the classes have been included. (Seems to be threading issues in the Kaffe vm.)
Ostermiller Utils version 1.05.00 for Java 1.4 438k Version modified for compatibility with the older Java 1.4 release. Modifications include:
  • Does not use 1.5 features such as Generics
Ostermiller Utils version 1.05.00 for Java 1.3 432k Version modified for compatibility with the older Java 1.3 release. Modifications include:
  • URLEncoding does not use a character set
  • StringHelper methods that rely on regular expressions have been removed.
  • Exception handling is less informative.

Version History

The major version number will remain unchanged until backward compatibility is severely broken (hopefully never). The middle number will be incremented whenever new utilities are added. The final number is reserved for bug fix releases.


<%/bte.tpl%> <%bte.tpl name=linkdownload%>Download<%/bte.tpl%> <%/bte.doc%>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy