Konstantin Kolinko wrote:
> The part of this patch that changes setclasspath.bat is broken.
>
> The if condition line should be:
>
> +if not "%JAVA_ENDORSED_DIRS%" == "" goto gotEndorseddir
>
> I.e., there should be a second '%' after the env variable name.
Thanks for the catch. This has been f
The part of this patch that changes setclasspath.bat is broken.
The if condition line should be:
+if not "%JAVA_ENDORSED_DIRS%" == "" goto gotEndorseddir
I.e., there should be a second '%' after the env variable name.
Note: an error in the .sh part of the patch has already been fixed as
http:/