Sebb created CRYPTO-102:
---------------------------

             Summary: Makefile.common defines JAVA/JAVAH/JAVAC incorrectly for 
Windows
                 Key: CRYPTO-102
                 URL: https://issues.apache.org/jira/browse/CRYPTO-102
             Project: Commons Crypto
          Issue Type: Bug
            Reporter: Sebb


Makefile.common defines the following:

JAVA  := "$$JAVA_HOME/bin/java"
JAVAC := "$$JAVA_HOME/bin/javac"
JAVAH := "$$JAVA_HOME/bin/javah"

This results in the the following being used at run-time:

"$JAVA_HOME/bin/java"
etc

This is OK for shells that support $NAME as a variable reference; Windows for 
one does not.

The variables should be resolved at definition time.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to