本文介绍了服务器上用于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?
这篇关于服务器上用于JDK的Eclipse IDE的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!