Intro to. Windows – Mac – osx

Slides:



Advertisements
Similar presentations
Introduction to Eclipse. Start Eclipse Click and then click Eclipse from the menu: Or open a shell and type eclipse after the prompt.
Advertisements

Introduction to the SPL Interpreter
Copyright  Oracle Corporation, All rights reserved. 1 Creating an Application: The AppBuilder for Java IDE.
Intro to Android Development. Getting started 1.Install Android SDK (includes Eclipse; 2.If using Windows.
Using Eclipse. Getting Started There are three ways to create a Java project: 1:Select File > New > Project, 2 Select the arrow of the button in the upper.
Georgia Institute of Technology DrJava Appendix A Barb Ericson Georgia Institute of Technology May 2006.
Integrated Development Environments. Today We Will: Go over more advanced functionality of Eclipse. Break up into teams to work on presentation and final.
The IDE (Integrated Development Environment) provides a DEBUGGER for locating and correcting errors in program logic (logic errors not syntax errors) The.
Presented by IBM developer Works ibm.com/developerworks/ 2006 January – April © 2006 IBM Corporation. Making the most of The Java Development Tools project.
Open an internet browser such as internet explorer.
CS 2511 Fall  Windows:  Start->Specialized Academic Software- >Programming Languages->NetBeans->NetBeans IDE x.y.z  where x.y.z is a version.
Enabling Screen Sharing in the WizIQ Virtual Classroom accessed through Browser.
Eclipse IDE. 2 IDE Overview An IDE is an Interactive Development Environment Different IDEs meet different needs BlueJ and DrJava are designed as teaching.
03 Using Eclipse. 2 IDE Overview An IDE is an Interactive Development Environment Different IDEs meet different needs BlueJ and DrJava are designed as.
Introduction to Eclipse. Overview Eclipse Background Obtaining and Installing Eclipse Creating a Workspaces / Projects Creating Classes Compiling and.
®® Microsoft Windows 7 Windows Tutorial 1 Exploring the Basics of Microsoft Windows 7.
JSP and Servlets Lecture notes by Theodoros Anagnostopoulos.
FUNDAMENTALS OF PROGRAMMING SM1204 SEMESTER A 2012.
Log Files. eValid Log Files eValid validates your WebSite by recognizing and recording both successful and unsuccessful events. Detailed records are stored.
Debugging Projects Using C++.NET Click with the mouse button to control the flow of the presentation.
Author: Loh Jianxiong Christopher Editors: Chua Jie Sheng, Li Mengran, Peh Shao Hong, Oo Theong Siang.
1 Development Environments AUBG, COS dept Lecture Title: Dev Env: Eclipse (Extract from Syllabus) Reference:
Plug-in Development Environment. Session Outline Tools Installation Configuration New Project Basic Debugging Remote Debugging.
Playing Back Scripts In HP LoadRunner >>>>>>>>>>>>>>>>>>>>>>
Creating, Editing, & Debugging a VI A.How to Create VIs B.How to Edit VIs C.How to Debug VIs You Will Learn:
CPSC1301 Computer Science 1 Overview of Dr. Java.
Debugging Dwight Deugo Nesa Matic
Debugging. 2 © 2003, Espirity Inc. Module Road Map 1.Eclipse Debugging  Debug Perspective  Debug Session  Breakpoint  Debug Views  Breakpoint Types.
Debugging in Java. Common Bugs Compilation or syntactical errors are the first that you will encounter and the easiest to debug They are usually the result.
Active-HDL Interfaces Debugging C Code Course 10.
C OMP 401 E CLIPSE S ETUP Graduate TA’s: Wade Gobel, Ben Newton.
Session Objectives How to Debug PTF test case/Script Session-6 DebuggingSlide 2.
9/2/ CS171 -Math & Computer Science Department at Emory University.
Visual Basic.NET Comprehensive Concepts and Techniques Chapter 8 Debugging, Creating Executable Files, and Distributing a Windows Application.
Visual Basic 2010 How to Program © by Pearson Education, Inc. All Rights Reserved.
Development with Eclipse Software Engineering Prof. Werner Krandick.
Using This PowerPoint This PowerPoint presentation assumes your Computer Science teacher has provided you with the InstallingJava folder, which contains.
Copyright © 2004 – 2013 Curt Hill Java Debugging In Eclipse.
Eclipse Project. Installing Visit to download a copy for your home computerhttp:// –Get Release version 3.0 (or.
Author: Loh Jianxiong Christopher Contributions: Chua Jie Sheng, Li Mengran, Peh Shao Hong, Oo Theong Siang, Tong Chun Kit, Tania Chattopadhyay.
Simple Copying an Android project in Eclipse Reference: existing-project-with-a-new-name 1.
Intro to. Contents These slides describe how one can obtain (download) and use eclipse to build, run, and debug basic Java programs.
Intoduction to Andriod studio Environment With a hello world program.
Eclipse Basics Create projects Debug Import/Export: s/import_export/
Open the Mozilla Firefox browser, then press "Ctrl-T.” The browser will open a new tab that can be used for separate surfing within the browser window.
Java IDE Dwight Deugo Nesa Matic
1 Using an Integrated Development Environment. Integrated Development Environments An Integrated Development Environment, or IDE, permits you to edit,
Author: Loh Jianxiong Christopher Contributions: Chua Jie Sheng, Li Mengran, Peh Shao Hong, Oo Theong Siang, Tong Chun Kit, Tania Chattopadhyay.
Appendix A Barb Ericson Georgia Institute of Technology May 2006
Development with Eclipse
How to debug an application
Appendix A Barb Ericson Georgia Institute of Technology May 2006
Debugging Dwight Deugo
Eclipse Navigation & Usage.
Debugging CMSC 202.
Important terms Black-box testing White-box testing Regression testing
Important terms Black-box testing White-box testing Regression testing
Debugging with Eclipse
CIS 470 Mobile App Development
Comp 110/401 Appendix: Debugging Using Eclipse
Compile, Build, and Debug
Tonga Institute of Higher Education
Debugging Visual Basic Programs
CIS 470 Mobile App Development
Using Eclipse.
Debugging Dwight Deugo
Debugging with Eclipse
User guide for OneDrive
Workshop for Programming And Systems Management Teachers
CIS 694/EEC 693 Android Sensor Programming
Presentation transcript:

intro to

Windows – Mac – osx osx

1. Create a new Java Project

2. Specify the new for the new project

The package explorer indicates success!

3. Next we need to create a class that will contain main.

We’ll create the class that contains main. (eclipse will generate main and javadoc comments for us, if we wish.)

Here’s the result!

eclipse can even help us when we forget!

Running your program. 1.Before you attempt to run your new program you must click on it in Package Explorer first to select it. (At least that’s what I do when I have more than one package/program.) 2.Or simply right-click on it in the Package Explorer.

1a. Select your package.

1b. Choose Run from the Run menu.

Indicate if it’s a Java application (or applet), if asked.

Program ran. See output below.

2a. Alternatively, right-click on your package and choose run.

debugging Right-click in margin (next to the line we wish to break at) to toggle break point, and choose Toggle Breakpoint.

Choose Toggle Breakpoint.

Breakpoint is now set.

Choose Debug from the Run menu to start program execution (stopping at the breakpoint).

Program execution has paused at (right before) breakpoint. Pick an option from the Run menu to continue (or stop debugging).

CHANGING FROM THE DEBUGGING PERSPECTIVE TO THE JAVA PERSPECTIVE.

eclipse and perspectives “In the Eclipse Platform a Perspective determines the visible actions and views within a window. Perspectives also go well beyond this by providing mechanisms for task oriented interaction with resources in the Eclipse Platform, multi-tasking and information filtering.” – perspectives/PerspectiveArticle.html perspectives/PerspectiveArticle.html

To disable the native Android browser (not Firefox, etc.) from “going mobile.” 1.Open browser 2.Type "about:debug" in the address bar. Press "go.“ Nothing will happen, this will only enable more options in the menu. 3.Go to menu. (Notice ‘Dump V8 counters’ at bottom.) 4.Choose Settings -> Debug -> UAString. 5.Select "desktop."