Back to the jODIE program page Back to jODIE program page


jODIE - A Java Wrapper for ODIE

Revision History

 

January 19, 2024
Version 1.0.7

  • Modified to remove the seriously out of date MRJAdapter and Bare Bones Browser Launcher libraries and replaced them with the now standard java.awt.Desktop class.
  • Modified MacOS application bundle to work better on modern versions of MacOS.
  • The MacOS version has a Java 11 compatible JRE bundled with the application (you do not need to have Java installed to run this version).
  • Created a new application icon.

October 9, 2020
Version 1.0.6

  • Fixed a bug with an underlying library (MRJAdapter) that wasn't compatible with recent versions of Java (Java 15 in particular).

March 15, 2017
Version 1.0.5

  • Fixed a bug introduced with the last update that prevented the program from reading OTIS table files with the extension "itd".
  • Program now requires Java 1.8 (Java 8) or later.

March 13, 2017
Version 1.0.4

  • Modified OTIS table reader to ignore anything after the 30th column in most of the table header lines. Some users were putting comments out there.
  • Modified CSV table reader to not write out blank lines in the header but instead to write out a single comma. Recent versions of Excel simply skip the blank lines messing up the format completely.
  • Improved an error message output from POST 2 table reader to better explain what really happened.
  • Fixed a long-standing bug with the Windows menu getting out of synch with the open windows.

September 6, 2014
Version 1.0.3

  • Modified to fix an incorrect warning message provided by MacOS X 9.0 if the security settings are set to tight.
  • Changed the default OTIS table file extension from "dat" to "itd".
  • Fixed a bug where ODIE would fail to process certain breakpoints.

May 10, 2014
Version 1.0.2

Added the ability to load in tables passed to the program via arguments on the command line interface: java - jar jODIE.jar file1.itd file2.itd file3.dat.

April 27, 2014
Version 1.0.1

  • Fixed a threading issue that could cause the program to randomly freeze up on some systems (especially Windows).
  • Fixed a problem where a Java 7 class was being used in an otherwise Java 6 program.
  • Updated to the latest version of JFreeChart (1.0.17).
  • The program now requires Java 1.6 (Java 6) or later.

November 27, 2013
Version 1.0.0

Original release of the jODIE application.


Created: November 27, 2013
Modified: January 20, 2024