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 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 cocould 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 shocould close the DOS window if I start rubymine using it. who cocould help me kindl Y?
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 cocould not download devkit of rubymine from its official site. Is there any trips or ticks? If so, please also kindly share it.
This article is from the "CTO-360" blog, please be sure to keep this source http://penzhaohui.blog.51cto.com/3311602/1570649
Rubymine startup Problems