1 / 10

Java Programming

Java Programming. Working with TextPad. Using TextPad to Work with Java. This text editor is designed for working with Java You can download a trial version from http://www.textpad.com Note that TextPad runs only under the Windows operating system.

Télécharger la présentation

Java Programming

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Java Programming Working with TextPad

  2. Using TextPad to Work with Java • This text editor is designed for working with Java • You can download a trial version from http://www.textpad.com • Note that TextPad runs only under the Windows operating system

  3. Using TextPad to Save and Edit Source Code • To enter and edit source code, you can use the same techniques that you use when working with any other Windows text editor

  4. How to use TextPad to Run an Application • Once you’ve completed the source code for an application, you can run that application by pressing [Ctrl]+2 or clicking Run Java Application from the tools menu

  5. Using Notepad to Save and Edit Source Code • To start Notepad using Windows 95/98/2000, click the Start menu, select the programs folder, select Accessories, and then select Notepad • Saving source code in Notepad requires that the Java source file be saved with a .java extension

  6. Using the DOS Prompt to Compile Source Code • Windows 95 and 98: Click Start, click Programs, and then click MS-DOS Prompt • Windows 2000: Click Start, click Programs, click Accessories, and then click Command Prompt • Windows XP: Click Start, click All Programs, click Accessories, and then click Command Prompt • At the command prompt, change from the default drive prompt to the drive where your application is stored • To compile an application, you type the javac command to start the Java compiler

More Related