ultrasmad 0 Report post Posted June 20, 2004 In your opinion what's the best java editor/compiler?i use jcreator le and it works nicely... Share this post Link to post Share on other sites
wassie 0 Report post Posted June 20, 2004 i didn't even know you have editors for it :S:Sbut i think you can use Dreamweaver for it... Share this post Link to post Share on other sites
ultrasmad 0 Report post Posted June 21, 2004 DREAMVEAWER??? i think u r talking about javascript.... Share this post Link to post Share on other sites
Shackman 0 Report post Posted July 13, 2004 I thought the topic was about Java Script???O yeah, although they share the same names, Java and Javascripts are totally different.Java are for web applets and Javascript is to add interation and dynamic into your website.Notepad is good for editing HTML and Javascript and cool for coding Java. Share this post Link to post Share on other sites
StEpHxK 0 Report post Posted July 17, 2004 lol i use editpad lite and its great and FREE Share this post Link to post Share on other sites
Shackman 0 Report post Posted July 18, 2004 Notepad is fine. But you need to have a compiler for Java applets. Also, for Javascript, you have to embed it into a HTML file. Java Scripts aren't standalone webpages.Java scripts are usually placed between the <head></head> tags. Javascript is very powerful and can some of the vital stuff PHP can do. If you are keen on learning programming, Javascript is your first stop. By the way, in Javascript, you don't need an external compiler. You just need to save your file as a .html file and run it in IE.-Shackman Share this post Link to post Share on other sites
twoq 0 Report post Posted July 26, 2004 i like EmEditor Professional http://forums.xisto.com/no_longer_exists/ Share this post Link to post Share on other sites
Gamesquare 0 Report post Posted August 4, 2004 I just use notepad for writing Java code. For a compiler, I use the compiler Sun distributes. I've heard there are some good IDEs out there, but I've never needed one. Share this post Link to post Share on other sites
tomko 0 Report post Posted August 5, 2004 GVIM has everything you need (it's my main editor), but really if you need Strong java editor you can use:- free JCreator LE- I've never used it, but I heard that is very fast- free Eclipse from IBM if you can configure it- IDEA - not free, but very very good!- JBuilder from Borland (big and slow)- JDeveloper from Oracle (if you need write under Oracle - ver 9.0.5.2 is very nice)Tom Share this post Link to post Share on other sites
Spectre 0 Report post Posted August 5, 2004 In a simple summary, JavaScript is a scripting language developed by the people at Netscape, and Java is OOP from Sun Microsystems, Inc. (similar to C++, for example).If you are interested in Java development, try taking a look at Sun Microsystems' website. Share this post Link to post Share on other sites
wszone 0 Report post Posted August 7, 2004 How about eclipse or netbeans? http://www.eclipse.org/https://netbeans.org/ Share this post Link to post Share on other sites
neeki4444 0 Report post Posted August 31, 2004 In my opnion Eclipse is one of the best browsers. Its fast and doesn't require a ton of memory like other ide's. Also its backed by IBM, which has invested heavely in java. Share this post Link to post Share on other sites
Triple X 0 Report post Posted August 31, 2004 I just use notepad, works best for me *shrug* I don't do much with java though so..yeah. Share this post Link to post Share on other sites
Roly 0 Report post Posted September 3, 2004 I just use notepad. Share this post Link to post Share on other sites
Donegal 0 Report post Posted September 4, 2004 Notepad > anything @_@ Just lay it out correctly, otherwise all you have is lines of confusion*.. note: I do not have any java script knowlege, I'm just going by what I know about html and stuff Share this post Link to post Share on other sites