Hey! I want to know what editor and compiler I can or have to use to
develop java apps. I already develop some stuff in PHP but I want to
make them in Java. I´m still learning so sorry if this is not the
correct group. Thanks
Martin Gregorie - 21 May 2007 23:10 GMT
> Hey! I want to know what editor and compiler I can or have to use to
> develop java apps. I already develop some stuff in PHP but I want to
> make them in Java. I´m still learning so sorry if this is not the
> correct group. Thanks
Minimal list:
- a command line
- your favorite text editor
- Sun's J2SE development kit or
(if you have GNU C) use the gcj package with it

Signature
martin@ | Martin Gregorie
gregorie. | Essex, UK
org |
Robert Mark Bram - 21 May 2007 23:32 GMT
Hi,
> Hey! I want to know what editor and compiler I can or have to use to
> develop java apps. I already develop some stuff in PHP but I want to
> make them in Java. I´m still learning so sorry if this is not the
> correct group. Thanks
Try Eclipse. http://www.google.com.au/search?q=eclipse
Try NetBeans. www.netbeans.org/
Eclipse is my tool of choice, but both are fine products and come with
all the utilities you need - compiler etc.
Also use this to start learning about Java online:
http://java.sun.com/docs/books/tutorial/reallybigindex.html
Rob
:)