b****u 发帖数: 1 | 1 准备用java开始编程。请教几个初级问题。
java与MS visual C++对应的编译环境是什么啊。可以java.sun.com下载吗?
因为我只用java很简单的功能,用不用下载其他的package?
用什么编辑java程序呢?用word?还是像visual c++一样,可以编辑/编译在一个环境下完
成? | d***o 发帖数: 51 | 2 JBilder (free version available)
NetBeansIDE (free version available)
Eclipse(free version available)
IntelliJ (free version NOT available, trial version available)
No.
完成?
Simple java program like HelloWorld, notepad + JDK + DOS is good enough. But
the IDE can help you on debugging. It also has Auto-complete feature. And the
overhead of learning the IDE is not big. |
|