5월, 2011의 게시물 표시

"Hello World!" for the NetBeans IDE

It's time to write your first application! These detailed instructions are for users of the NetBeans IDE. The NetBeans IDE runs onthe Java platform, which means that you can use it with any operating system for which there is a JDK 6 available. These operating systems include Microsoft Windows, Solaris OS, Linux, and Mac OS X. A Checklist To Write your first program, you'll need: The Java SE Development Kit 6 (JDK 6) For Microsoft Windows, Solaris OS, and Linux: http://java.sun.com/javase/6/download.jsp For Mac OS X: http://connect.apple.com The NetBeans IDE For all platforms: http://www.netbeans.info/downloads/index.php Creating Your First Application Source: http://download.oracle.com/javase/tutorial/getStarted/cupojava/netbeans.html

What Can Java Technology Do?

The general-purpose, high-level Java programming language is a powerful software platform. Every full implementation of the Java platform gives you the following features: Development Tools : The development tools provide everything you'll need for compiling, running, monitoring, debugging, and documenting your applications. As a new developer, the main tools you'll be using are the javac compiler, the java launcher, and the javadoc documentation tool. Application Programming Interface (API) : The API provides the core functionality of the Java programming language. It offers a wide array of useful classes ready for use in your own applications. It spans everything from basic objects, to networking and security, to XML generation and databases access, and more. The core API is very large; to get an overview of what it contains, consult 참고하라 the Java SE Development Kit 6 (JDK 6) documentation . Deployment 배치 Technologies : The JDK software provides standard mechanisms 방