Avatar of davidsperling
davidsperling

asked on 

Setting up the environment (IDE)

I've never developed anything in Java before. I don't think it'll be difficult to learn the language, but to get a flying start I'd like to know...

What programs you need to develop...

1) Standard java desktop applications
2) Java applications for mobile phone's and PDA's
3) Java Applets that run on web-pages

(My computer is a WinXP one ;-)

Please include download links and filenames!
Java

Avatar of undefined
Last Comment
Javatm
ASKER CERTIFIED SOLUTION
Avatar of Javatm
Javatm
Flag of Singapore image

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of Javatm
Javatm
Flag of Singapore image

For tutorials on how to create GUI, Applet or Mobile go here:
http://www.netbeans.org/kb/index.html

One last things do not forget to install the JDK which will be used as the compiler for java netbeans requires it to be installed:
http://java.sun.com/javase/downloads/index_jdk5.jsp
Avatar of davidsperling
davidsperling

ASKER

Thanks, what's the reletionship between Java SE, Java EE, Java Me and Netbeans. Do you need all of them or will just Netbeans do?

What's the advantage of using Netbeans?
Avatar of Javatm
Javatm
Flag of Singapore image

> Thanks, what's the reletionship between Java SE, Java EE, Java Me and Netbeans.

SE - Standard (Core Java, Swing, JDBC & ETC).
EE - Enterprise (JSP, Servlets, EJB & WebServices).
ME - Micro(Midlet and So-on).

To use SE and part of EE you just need to download Netbeans and JDK. Netbeans comes with tomcat server which is a web container for JSP and Servlet. If you need to develop full enterprise EE such as EJB you may need to download a full J2EE container such as JBoss, WAS, Weblogic and Sun Application Server.

For ME you just need to download an additional plugin on the link that I gave you above.

> What's the advantage of using Netbeans?

It's almost an all in one pack everything you need is already there for free. If you use Eclipse which I use you might need to prepare for headaches because you have to install plugins separately.
Avatar of Javatm
Javatm
Flag of Singapore image

Also netbeans has lots of tutorials to get you started.
Java
Java

Java is a platform-independent, object-oriented programming language and run-time environment, designed to have as few implementation dependencies as possible such that developers can write one set of code across all platforms using libraries. Most devices will not run Java natively, and require a run-time component to be installed in order to execute a Java program.

102K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo