Search Results

5
votes

Knowing which java.exe process to kill on a windows machine

Have you tried using Process Explorer from SysInternals? It gives a much better idea of what is running within the process. Available free online here: …
2
votes

Windows IDE / editor for a beginner

Eclipse might be a good option (if a little overwhelming at first). You obviously need to look at a cross-platform IDE. Eclipse is one of the best in this regard, as well as having support …
0
votes

Why do my files need dos2unix? only in eclipse though

It's possible that the server (or something in-between) is replacing all your CR+LF with CR LF (separate)? Try specifically setting the Text File Encoding (Window->Preferences->General->Wor …
1
vote

Using Linux vs Windows for development

My question, would it be much easier in terms of setting up a good environment if I were to use Linux, e.g. Ubuntu distribution, as development OS for these things? Would you know so …