Java Programming - PowerPoint PPT Presentation

About This Presentation
Title:

Java Programming

Description:

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 ... – PowerPoint PPT presentation

Number of Views:83
Avg rating:3.0/5.0
Slides: 11
Provided by: Dwigh68
Learn more at: https://www.csub.edu
Category:
Tags: java | programming | with

less

Transcript and Presenter's Notes

Title: Java Programming


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
(No Transcript)
5
(No Transcript)
6
(No Transcript)
7
(No Transcript)
8
How to use TextPad to Run an Application
  • Once youve completed the source code for an
    application, you can run that application by
    pressing Ctrl2 or clicking Run Java
    Application from the tools menu

9
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

10
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
Write a Comment
User Comments (0)
About PowerShow.com