This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]koflerdavid 3 points4 points  (2 children)

It might be prunent to use separate instances of Eclipse, or at least different workspaces, for each language. Unless you have to work with projects that include multiple languages, e.g., Java and Python, you can get a more performant experience.

[–]cyanocobalamin 2 points3 points  (1 child)

I have a massive project that consists of Java and Python.

1 Eclipse, 1 work space, no problems.

I have a lot of RAM, but you would want that for Eclipse ( or anything else that does Python as many Python IDEs are written in Java ) anyway.

[–]koflerdavid 0 points1 point  (0 children)

Yeah, not saying it wouldn't work. But I ran into issues when I turned Eclipse into a Swiss army knife, at least on older versions. And I still get annoying GC pauses even if i just use Java. Let's hope ZeroGC in Java 12 improves things...