How to locate environment path in codename one

耗尽温柔 提交于 2019-12-08 08:46:55

问题


For the following commands to work, make sure you have "ant", "mvn", and "git" in your environment PATH. pls I need to add the following to the environment part.

$ git clone https://github.com/shannah/cn1-iap-demo-server
$ cd cn1-iap-demo-server
$ ant install-deps.

I dont know how to locate environment path on my system. pls help


回答1:


That's Unix/Linux and unrelated to Codename One. One would setup an environment path as such:

export PATH=/path/to/ant/binary:$PATH


来源:https://stackoverflow.com/questions/41789807/how-to-locate-environment-path-in-codename-one

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!