On 12/20/06, Daniel Rall <dlr@collab.net> wrote:
> On Wed, 20 Dec 2006, Daniel Rall wrote:
> ...
> > Yup, "Java(TM) 2 Runtime Environment, Standard Edition (build
> > 1.5.0_07-b03)" now works as expected. Thanks for the update, Patrick.
> > If I can't weasel some native library version checks into JavaHL's
> > Java code, we'll go with this as a best-effort attempt to maintain
> > some compatibility with older native library versions.
>
[...snip...]
> + return System.getenv("HOME");
Doesn't the ".subversion" subdirectory need to be tacked on to the end here?
Cheers,
David
> + }
> + catch (Throwable jreComplaint)
> + {
> + // As an example, Sun JRE 1.4.2_12-b03 throws
> + // java.lang.Error, with the message "getenv no longer
> + // supported, use properties and -D instead: HOME".
> + return null;
> + }
> + }
> +
> + /**
> * Build the native peer
> * @return the adress of the peer
> */
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 20 19:15:00 2006