facebook

system variable not recognize in MyEclipse

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #285293 Reply

    jadeite1000
    Member

    Hi:

    In my build.xml file:
    <property file=”${env.CRS577_HOME}/build.properties”/> <!– For all exercises –>
    <echo message=”$${env.CRS577_HOME}:${env.CRS577_HOME}” />

    When I ran the above in dos-prompt:
    [echo] ${env.CRS577_HOME}:C:\crs577

    When I ran in myEclipse:
    [echo] ${env.CRS577_HOME}/build.properties:${env.CRS577_HOME}/build.properties

    I am using windows 2000 server and myeclipse:Version: 6.0.1 GA
    Build id: 6.0.1-GA-200710.

    The variable CRS577_HOME is defined in the control panel/system variables.
    Why is MyEclipse not able to recognize the variable CRS577_HOME?
    Is there something I am suppose to do in myEclipse for it to recognize the variable defined in the control panel/system variables.

    Yours,

    Frustrated.

    #285329

    Loyal Water
    Member

    You will have to define the environment variable under the Environment tab on the External Tool dialog box.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: system variable not recognize in MyEclipse

You must be logged in to post in the forum log in