Presentation is loading. Please wait.

Presentation is loading. Please wait.

The Basic Java Tools A text editor to write Java program source code. A compiler to translate source code into bytecode. An interpreter to translate.

Similar presentations


Presentation on theme: "The Basic Java Tools A text editor to write Java program source code. A compiler to translate source code into bytecode. An interpreter to translate."— Presentation transcript:

1

2

3 The Basic Java Tools A text editor to write Java program source code. A compiler to translate source code into bytecode. An interpreter to translate and execute bytecode.

4 3 Steps of a Java Program 1.Write the Java source in some text editor. The source code file must end with.java 2.Translate the source code file with a Java compiler into an intermediate bytecode file that will end with.class 3.Execute the bytecode file with a Java Virtual Machine(JVM) program, which is an interpreter. Note: All three of these steps can be done with a text editor and the command prompt or an Integrated Development Environment (IDE), like JCreator.

5 The URL is http://www.oracle.com/technetwork/java/javase/downloads/index.html

6 You will need to select your platform and agree to the License Agreement.

7 At John Paul II High School, and many other schools, we use a Windows platform. Click Continue >>

8 Click the jdk-6u24-windows-i586.exe file to begin the download.

9 Click Save.

10 Browse to your Desktop and click Save.

11 Click Close.

12 Close your web browser.

13 Find this file on your Desktop and double-click it.

14 After you double click the file Windows may ask you for permission to install. Go ahead and “Allow” it. A couple other windows may flash quickly on the screen before you see the window on the next slide…

15

16

17

18

19

20

21 You do not need to register. Just close this window right after it opens.

22

23 Downloading JCreator JCreator 5.0 LE is FREEWARE distributed and copyrighted by Xinox Software. This means you can download it at home for free to work on your Java assignments. The next several slides will demonstrate the downloading process:

24 This link will eventually show up. Be patient.

25 JCreator LE (Light Edition) is free and has everything we need. JCreator Pro has additional features which we do not need, and is not free.

26 You will need to provide a name & email address. Click SUBMIT and then you need to switch to your email software where a message is provided with instructions to download the software.

27 Click the download link provided in the email.

28 Click Save.

29 Browse to your Desktop and click Save.

30 The file should download in several seconds.

31 Click Close.

32 Find this file on your Desktop and double-click it.

33 This screen might pop up. If it does, just click Run.

34

35

36

37 You might get a message stating that a certain folder does or does not exist. In either case, just click Yes.

38

39

40

41

42

43

44

45

46

47

48

49

50

51

52

53

54

55

56

57

58

59

60

61 This should be the ONLY Profile. It should be at the very top. It should NOT be red.

62

63

64

65

66

67 Make sure all check marks are removed.

68

69

70

71

72

73 Quit JCreator and reload it by double clicking the new icon which should now be somewhere in your desktop.

74 The File View, Package View, and Class View windows on the left are not needed for now. Click the [x] to close each.

75 This is how your JCreator screen should look.


Download ppt "The Basic Java Tools A text editor to write Java program source code. A compiler to translate source code into bytecode. An interpreter to translate."

Similar presentations


Ads by Google