Thursday, July 30, 2009

How do I set up a free JAVA work environment on my PC?

I know I can write Java code, but I have no were to test it.

How do I set up a free JAVA work environment on my PC?
Download Netbeans or Eclipse IDE for local Java development and test/debug (see links below)


Alternatively, you can simply obtain Sun's JDK for command line work; this will have the smallest footprint but very limited debugging tools.


If you desire J2EE application server development, you might consider Apache Geronimo or JBOSS app servers.
Reply:The Java SDK is available from from http://java.sun.com/. If you are looking for IDE (Integrated Development Environment), check out applications like Eclipse from http://www.eclipse.org. If you want a build environment, consider Apache ANT at http://ant.apache.org/. For an Application Server, take a look at JBoss from http://www.jboss.org/ or GlassFish from https://glassfish.dev.java.net/.
Reply:Download Eclipse.

anther

No comments:

Post a Comment