Uploaded image for project: 'Commons Crypto'
  1. Commons Crypto
  2. CRYPTO-102

Makefile.common defines JAVA/JAVAH/JAVAC incorrectly for Windows

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.0.0
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            sebb Sebb
            sebb Sebb
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: