From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aric Gregson Subject: Re: Citations and references in ODT Date: Mon, 13 Jan 2014 16:18:42 -0800 Message-ID: <86r48bbel9.fsf@freeenv.ad.medctr.ucla.edu> References: <87zjn3gmvm.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50657) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2rjo-0002It-V4 for emacs-orgmode@gnu.org; Mon, 13 Jan 2014 19:20:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W2rjh-0005dQ-LM for emacs-orgmode@gnu.org; Mon, 13 Jan 2014 19:20:12 -0500 Received: from plane.gmane.org ([80.91.229.3]:33548) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2rjh-0005ah-FP for emacs-orgmode@gnu.org; Mon, 13 Jan 2014 19:20:05 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W2rjf-0003x9-Sq for emacs-orgmode@gnu.org; Tue, 14 Jan 2014 01:20:04 +0100 Received: from 149.142.83.92 ([149.142.83.92]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Jan 2014 01:20:03 +0100 Received: from aorchid by 149.142.83.92 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Jan 2014 01:20:03 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Ken Mankoff writes: > 3) I put MathToWeb.jar in the unit test folder. However, if I run > "java -jar MathToWeb.jar" I get the following error. I have an email > in to the MathToWeb developer/maintainer about this > > $ java -jar mathtoweb.jar > Exception in thread "main" java.lang.UnsupportedClassVersionError: > mathtoweb/engine/MathToWeb : Unsupported major.minor version 51.0 I had the same issue and the author of mathtoweb quickly got back to me with it being an incompatibility with java 6. I installed OpenJDK7 on my machine and it worked just fine! Aric