I am currently using JRE in Eclipse. I am wondering if using JDK is going to speed up Eclipse. I use Eclipse only for PHP development, and not for any Java-related work.
Asked
Active
Viewed 899 times
0
-
1Related: [How can you speed up Eclipse?](http://stackoverflow.com/q/316265/897024) – kapex Dec 05 '14 at 17:08
2 Answers
6
Using the JDK won't speed up Eclipse. If you aren't doing any Java development work, there's no reason to use it.

Mureinik
- 297,002
- 52
- 306
- 350
1
Download a JDK if you're doing real Java development as you'll need it for that. If you're doing C/C++, PHP, or something else, you might never need it and can just use a Java Runtime Environment (JRE). Eclipse already comes ready to use that and probably already works without you doing anything.
To speed up eclipse,keep JDK on a RAM disk.It just needs 300mb space and it doesnt required by other programs.

ngCoder
- 2,095
- 1
- 13
- 22
-
Can I add JRE on a RAM disk or does it have to be JDK? I think the same rule applies while running JRE or JDK off the RAM disk - whether it's for Java or non-Java development. Correct me if I am wrong. – user1448031 Dec 05 '14 at 21:31
-
Usually, when you only care about running Java programs on your browser or computer you will only install JRE. It's all you need. On the other hand, if you are planning to do some Java programming, you will also need JDK.Sometimes, even though you are not planning to do any Java Development on a computer, you still need the JDK installed,for deploying web apps!So go for JDK to add on RAM disk ,it will be helpful. Thank you. – ngCoder Dec 06 '14 at 10:29