服务器上用于JDK的Eclipse IDE

问题描述:

是否可以将Eclipse用作笔记本电脑上的IDE,并且JDK在服务器上(而不是与IDE在同一台笔记本电脑上)?

Is it possible that I can use Eclipse as an IDE on my laptop and the JDK is on a server (and not on the same laptop as the IDE)?

谢谢

不,如果没有安装JDK,就不能使用Eclipse进行Java开发.

No, you can't use Eclipse for Java development without a JDK installed.

您是否真的需要在没有JDK的情况下使用Eclipse,或者您实际上是在尝试

Do you really need to use Eclipse without a JDK, or are you actually trying to do remote debugging?