开发者

configurations eclipse

开发者 https://www.devze.com 2023-02-09 07:13 出处:网络
I want to run php or python scripts from eclipse that will create folders and files and give them content. I think I know what to write for the php or python code but I am having trouble on what I nee

I want to run php or python scripts from eclipse that will create folders and files and give them content. I think I know what to write for the php or python code but I am having trouble on what I need to do in eclipse to run my s开发者_运维问答cript. I would also like to provide my script with arguments such as folder names through a prompt on the eclipse side.

I think I have to do something from Run-> External Tools -> External Tools Configuration.

Please Help, Thank you.


you shouldn't have to do anything to eclipse, or any editor, if php\python is installed you can call them from the command line.

0

精彩评论

暂无评论...
验证码 换一张
取 消