hi, i wanna get into java programming. i read a bit in the sun microsystems java website and they say you can program with just the compiler and a regular text editor. but i would have preferred a real scripting editor with all the features like auto complete, command bank and stuff like that like in microsoft visual studio, visual basic.. is there anything like that? can you recommend of any specific ones? why isnt there any official sun microsystems java scripting editor anyway?
Comments ( 2 )
Feed for this Entry Leave a comment
First, Java and JavaScript (now technically called ECMA Script) are very different despite the names.
Check out Eclipse. It is a very popular editor for lots of programming jobs.http://wiki.eclipse.org/Main_Pagehttp://wiki.eclipse.org/index.php/ATF/JS…
Also, Java gets compiled. JavaScript gets interpreted.