码迷,mamicode.com
首页 > 其他好文 > 详细

Rubymine的启动问题

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

标签:rubymine

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的启动问题

标签:rubymine

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!