Zenchi 0 Report post Posted September 4, 2004 I just thought I'd ask, but what are the differences between compilers? Is it how big the file is, (unlikely imo) or just personal preferance? As if I ever programmed in java, I wouldn't want to pay for a compile versus a free one. Share this post Link to post Share on other sites
GameDev 0 Report post Posted September 10, 2004 While at school, we used JCreator LE Lite for our programming. It's quite nice with its compiler, color coding for words(comments in green, symbols in read, reserved words in blue, etc.) and it's the the only one I've ever used, so I'd say JCreator. Share this post Link to post Share on other sites
rhysticlight 0 Report post Posted September 18, 2004 if u want a really good compiler/IDE first download the java SDK from sun microsystems website sun microsystems and then download Eclips. It is a free IDE and is very easy to use. One thing I like about it is that when you use a bracket it auotomatically puts in the end bracket for you.rhysticlight Share this post Link to post Share on other sites
runix 0 Report post Posted September 18, 2004 If u're looking for a free java IDE. The best that comes to mind is NetBeans. However Eclipse isn't too bad either. Just a little slower. JCreator is another IDE to checkout. Basically you can pick and choose the modules you want to install, much like Eclipse. Share this post Link to post Share on other sites
Tonglebeak 0 Report post Posted September 20, 2004 Textpad is one of the best editors out there, and is ideal for Java. It comes with an option to compile and run java (assuming the compiler is already installed). Plus, the colored lines make it easy to determine what's a comment, what's reserved, etc.http://textpad.com/ Share this post Link to post Share on other sites
sanweikui 0 Report post Posted September 24, 2004 As a beginner, NotePad is not good tool for you. Because the coding help is important for you, or you must memorize so much language.JCreator may be! It has color words, coding help, auto compile, fast speed, and clean code.JBuilder is more powerful, but more expensive, and more slow. Its component by itself will make you bemused.Elipse is free, and power too. So if you are a veteran, its suit you. Share this post Link to post Share on other sites
pr3dr49 0 Report post Posted September 25, 2004 The way I understood this question is what is the optimal development environment for writing Java applications. For javasrcipt you'll do fine with any editor that supports systax markup, and there are many, many of which, again, are free. Take Vim, for example. I would also like to hear more about what people actually use when it comes to coding java, and I mean the working environment, not the compiler itself. Share this post Link to post Share on other sites
sanweikui 0 Report post Posted October 2, 2004 The way I understood this question is what is the optimal development environment for writing Java applications. For javasrcipt you'll do fine with any editor that supports systax markup, and there are many, many of which, again, are free. Take Vim, for example. I would also like to hear more about what people actually use when it comes to coding java, and I mean the working environment, not the compiler itself.you should get a J2SDK, which are some packages of java api. it can download from sun site : http://www.oracle.com/technetwork/java/index.htmland you need a compiler . Editplus 、 jcreator 、 jbuilder 、netbeans 、 eclipse, etc, are all good select. Share this post Link to post Share on other sites
fluidinfect 0 Report post Posted October 8, 2004 i also personly like notepad. Share this post Link to post Share on other sites
arp 0 Report post Posted October 9, 2004 For simple editing I prefer Ultraedit. I have also tried textpad and that was also pretty good.For GUI stuff and more involved apps I like netbeans - the price is right (i.e. FREE) and it works pretty well.If anyone however can recommend a good GRIDBAG editor (or even better: plugin for netbeans) PLEASE let me know.regards,- arp Share this post Link to post Share on other sites
eldeo 0 Report post Posted October 10, 2004 If I need to write something very short I use notepad (and standard java compiler - javac), but to write projects I use:- eclipse - it's free- IntelliJ IDEA - it isn't free and need a lot of RAM, but it's very goodIf you have few RAM, I advise you e.g. crimson editor--eldeo Share this post Link to post Share on other sites
moscower 0 Report post Posted October 10, 2004 Ultraedit - the best editor I love work with it, and you can simply add support JDK, and files will be compiled. Also you can use it for programming in any language. You can download ultraedit on http://www.ultraedit.com/ Share this post Link to post Share on other sites
cse-icons 0 Report post Posted October 20, 2004 I like eclipse. It has most features of a good idea and does not hog system resources.I have tried Idea but it eats memory for breakfast,lunch n dinner...Moreover eclipse is a freeware. Share this post Link to post Share on other sites
synapticflame 0 Report post Posted October 28, 2004 I use Textpad for small projects, and Eclipse for the more involved things. Way back when IBM had the RoboCode contest, I found eclipse to be invaluable. BlueJ is nice for starting projects off, and I found it good for when I was learning the ropes. I really like seeing my classes as objects. Hope this is useful to you. Oh, if you want more info about RoboCode, it has been revived! Check out http://www.robocode.ie/ Share this post Link to post Share on other sites
jacksonicson 0 Report post Posted November 12, 2004 now if you are a java beginner you sould use a simple texteditor to understand the whole language. If you have some practice with Java you could youse Eclipse witch is a comple IDE and is very good (so think I). Eclipse take lots of work from you and you could than conzentrate more on the specific thinks of your projekt. Share this post Link to post Share on other sites