Thank you, Eytan! Eager to use...
I've encountered a problem, however, in installing the revision of the
of guess.jar. Namely, after substitution of the downloaded (new)
guess.jar file in place of the installed (old) one, I get "Exception
in thread "main" java.lang.UnsupportedClassVersionError: Bad version
number in .class file" when the new guess.jar is substituted into the
current guess environment. As far as I know there is no difference in
the dispatch from guess.sh.
In the new download, the guess.jar/com/hp/hpl/guess/ Version.class
reads
public static String MAJOR_VERSION = "1.0.4beta";
public static String MINOR_VERSION = "20080620-0305";
I have been running the download (8/13/07) version of the entire
program.
So the conflict makes sense -- the version I was running, in the
analogous class, read
public static String MAJOR_VERSION = "1.0.3beta";
public static String MINOR_VERSION = "20070813-1150";
This certainly looks like the source of the exception. However, just
to check I downloaded the referenced guess install from the website
and from Sourceforge (which still downloads 1.0.3 / 20070813-1150) and
tried installing the revised guess.jar there, with similar results.
Is there a fix for this, or can you steer me to what I'm doing wrong
-- e.g., to update the MAJOR_VERSION? Thanks.
Michael
On Jun 20, 3:08 pm, "Eytan Adar" <
eytana...@gmail.com> wrote:
> Easy enough, and I had a couple of bugs that I was just fixing for
> release...
>
> download this:
http://graphexploration.cond.org/guess.jar
>
> and you can do:
>
> ui.setHDividerLocation(...)
> ui.setVDividerLocation(...)
> and
>
> ui.getHDividerLocation()
> ui.getVDividerLocation()
> to set and get as appropriate...
>
> -Eytan
>
> On Fri, Jun 20, 2008 at 1:18 PM, Michael Dalby <
michaeltda...@gmail.com>