0% found this document useful (0 votes)
2 views

prelimModule.Lesson2

The document outlines the learning outcomes for a lesson on Java, including illustrating compatible platforms, comparing Integrated Development Environments (IDEs), and demonstrating Java execution in DOS. It describes various Java IDEs such as BlueJ, JCreator, NetBeans, and Eclipse, highlighting their features and capabilities. Additionally, it provides a step-by-step guide on how to run Java programs using the DOS command prompt.
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

prelimModule.Lesson2

The document outlines the learning outcomes for a lesson on Java, including illustrating compatible platforms, comparing Integrated Development Environments (IDEs), and demonstrating Java execution in DOS. It describes various Java IDEs such as BlueJ, JCreator, NetBeans, and Eclipse, highlighting their features and capabilities. Additionally, it provides a step-by-step guide on how to run Java programs using the DOS command prompt.
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 9

F

O
2
NN M E N
T

S OO
S
E NV
IR

. LT E
E N
UL
E
M
DELOP
OE V
MD
I MED
E A
L T
R G R
P NTEA
I V
JA
LEARNING OUTCOMES
At the end of the lesson, the students are
expected to:
 Illustrate the different platforms where Java is
Compatible
 Compare the different Integrated
Development Environment of Java
 Demonstrate how Java runs in DOS
INTRODUCTION

The Java can be run in different platforms such windows, Linux and
Mac. Java is versatile language because it uses different integrated
development environments such as DOS based, JC creator, blue J,
Eclipse and Neatbeans screen.
Here are some Integrated Development Environment (IDE) of Java
Language.
BlueJ is a development environment that allows you to develop Java
programs quickly and easily. Its main features are that it is:
JCreator
JCreator is a Java IDE created by Xinox Software. Its
interface is similar to that of Microsoft's Visual Studio.
Because it is programmed entirely in C++,,Xinox Software
has asserted that JCreator is faster than competing Java-
based Java IDEs
Netbeans IDE 7.3
NetBeans IDE lets you quickly and easily develop Java desktop,
mobile, and web applications, as well as HTML5 applications with
HTML, JavaScript, and CSS. The IDE also provides a great set of tools
for PHP and C/C++ developers. It is free and open source and has a
large community of users and developers around the world.
Eclipse
Eclipse (@ www.eclipse.org) is an open-
source Integrated Development Environment (IDE)
supported by IBM. Eclipse is popular for Java application
development (Java SE and Java EE) and Android apps. It also
supports C/C++, PHP, Python, Perl, and other web project
developments via extensible plug-ins. Eclipse is cross-
platform and runs under Windows, Linux and macOS.
OUTPUT:
DISK OPERATING SYSTEM(DOS) (COMMAND
PROMPT)

DOS is a platform-independent acronym for


Disk Operating System which later became a common
shorthand for disk-based operating systems on
IBM PC compatibles especially in Java Programming
Language.
HOW TO RUN JAVA IN DOS COMMAND
1. Install the JDK tools in your personal computer
2. Look or Search Command Prompt
3. The DOS prompt will display such as C:\Document and Settings>
4. In the DOS prompt, type in CD\
5. This will appear C:\>
6. Type in C:\>set CLASSPATH=C:\J2SDK1.4.1_01\BIN to set the location or path of
JDK.
7. Open the subdirectory of J2SDK1.4.1_01 by typing C:\ CD J2SDK1.4.1_01 then
press enter.
8. Open the subdirectory of bin by typing C:\ CD J2SDK1.4.1_01> CD BIN then
press enter.
9. C:\>J2SDK1.4.1_01\BIN>javac sample.java
10. C:\>J2SDK1.4.1_01\BIN> java sample.java
11. Press enter, you will display now the output of your program if there is no
error in your codes.

You might also like