首页 > 其他 > 详细

Rubymine的启动问题

时间:2014-11-01 19:18:37      阅读:319      评论:0      收藏:0      [点我收藏+]

Today, I found one intersting problem that I cannot restart the rubymine 6.3.

Step 1, I exit Rubymine 6.3

Step 2, I double click Rubymine in the start menu many times and no response.


At this point, I am very surpersized and have to dig into what happens at back-end. Finally, I noticed one problem named rubymine.exe*32 is still running. After I kill this process, I could start it. To solve this problem, I have to write one bat file to kill the process before starting. However, the new problem is, I should close the DOS window if I start Rubymine using it. Who could help me kindly?


For example:

======================================

rem Kill the rubymine if it runing at the back-end.
taskkill /F /IM rubymine.exe

rem start rubymine normally
rubymine.exe

exit

======================================


More problem, I could not download DevKit of Rubymine from its official site. Is there any trips or ticks? If so, please also kindly share it.

本文出自 “CTO-360” 博客,请务必保留此出处http://penzhaohui.blog.51cto.com/3311602/1570649

Rubymine的启动问题

原文:http://penzhaohui.blog.51cto.com/3311602/1570649

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!