-bash: export: `=': not a valid identifier
Hen making an export. remove the in between spaces.
export JAVA_HOME = "/usr/...". (with spaces)
export JAVA_HOME="/usr/profile" (without spaces).
Hen making an export. remove the in between spaces.
export JAVA_HOME = "/usr/...". (with spaces)
export JAVA_HOME="/usr/profile" (without spaces).
No comments:
Post a Comment