Java 网络编程的最佳 IDE
我将使用 Java 为我的大学项目开发一个网络应用程序。我之前曾使用 Netbeans 进行其他 Java 开发,但对于这个特殊的开发项目,我不知道我可以使用的最佳 IDE 是什么。
我将获取 IP 地址并连接到机器,并将执行一些套接字编程应用程序。对于此类应用程序来说,最好的 IDE 是什么?我将使用该 IDE 大约 6 个多月的时间,因此如果它是一款易用性好的 IDE 就更好了。
I'm going to develop a network application, using Java, for my University project. I have used Netbeans previously for other Java development, but for this special development project, I don't know what is the best IDE that I can use.
I will be getting the IP addresses and connecting to the machines and will be doing some socket programming apps. What is the best IDE for that kind of application? I will be working using that IDE for about 6+ months, so it's better if it is a good one with usability.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
使用 eclipse,然后从此页面 http://www.eclipse-plugins。 info/eclipse/plugins.jsp?category=Network 找到最适合您的网络插件并安装它们。
您可以在该页面上找到一些网络插件:
Use eclipse and then from this page http://www.eclipse-plugins.info/eclipse/plugins.jsp?category=Network find networking plugins that suites you most and install them.
Some networking plugin that you can find on that page are:
IntelliJ IDEA 对于 Java SE 项目是免费的,我和我的同事非常喜欢它。
IntelliJ IDEA is free for Java SE projects, and my coworkers and I really love it.
我推荐 IntelliJ IDEA。它通常被认为是我大学的一个选择。我主要使用它进行网络编程已有四五个月了。它有大量的生产力提示和工具。但它仍然非常易于使用、整洁且高效。
I'd recommend IntelliJ IDEA. It's generally considered the one to go for at my university. I've been using it predominantly for networking programming for 4 or 5 months now. It has a ton of productivity hints and tools. But it is nevertheless very easy to use, tidy and efficient.
IntelliJ 免费版。对于您的目的来说,它甚至比完整版本更好。
IntelliJ free version. It's even better than the full version for your purpose.