Steps to Display a Text file in an Applet Abhishek Mehta.

Slides:



Advertisements
Similar presentations
DREAMWEAVER Welcome to our website!
Advertisements

X10 hosting Sign up for free account. Enter a domain name click continue Then Enter your address Enter a password.
1 eclipse Tips. 2 What is eclipse? Eclipse is a popular IDE (Integrated Development Environment) that we will use to create, compile, execute, and test.
11-Jun-15 Getting Ready for CIT Registering and labs If you are not yet registered (and want to be), be sure I have your name and student ID We.
Building Web Pages With Microsoft Office. Introduction This tutorial is for the beginning web builder. It utilizes software that you already have, Microsoft.
CIS101 Introduction to Computing Week 06. Agenda Your questions Resume project HTML Project Two This week online Next class.
Scite Scintilla integrated text editor. Click here.
Eclipse Introduction Dwight Deugo Nesa Matic
CIS101 Introduction to Computing Week 06. Agenda Your questions Resume project HTML Project Two This week online Next class.
Creating an application in Netbeans. Goal of this tutorial Project 1 requires you to develop and test a graphical user interface (GUI) Netbeans allows.
Images By Tara Frieszell By Tara Frieszell. Adding images to your website will make it more interesting and add to the design. However, some viewers aren’t.
My Workspace Profile. Using the course menu, click on Profile.
Creating and Publishing Your own website
1a – Getting Started Lingma Acheson Department of Computer and Information Science, IUPUI CSCI N331 VB.NET Programming.
RIMS II Online Order and Delivery System Tutorial on Downloading and Viewing Multipliers.
Eclipse IDE. 2 IDE Overview An IDE is an Interactive Development Environment Different IDEs meet different needs BlueJ and DrJava are designed as teaching.
Getting Started with Eclipse Sandeep Pasuparthy. What’s Eclipse? It is a free software / open source platform- independent software framework for delivering.
JSP and Servlets Lecture notes by Theodoros Anagnostopoulos.
Getting Started With Java Downloading and installing software Running your first program Dr. DwyerFall 2012.
1 eclipse Tips. 2 What is eclipse? Eclipse is a popular IDE (Integrated Development Environment) that we will use to create, compile, execute, and test.
Web Sites for amateur radio. So You want to make a Web Site? There are several things you need to know about web sites before you start to think about.
Using the SCC website community.computerhistory.org/scc.
CPSC 203 Introduction to Computers Lab 21, 22 By Jie Gao.
Eclipse Overview Introduction to Web Programming Kirkwood Continuing Education Fred McClurg © Copyright 2015, Fred McClurg, All Rights Reserved.
Tutorial: Web Publishing. Web Publishing Tutorial IS for Management2 Web Publishing Web pages are stored on a Web server: a computer with a unique Web.
26/05/2016 E.R.Edwards 26/05/2016 Staffordshire University School of Computing Introduction to Android Practical 1 Changing the Eclipse Workspace Importing.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
Dreamweaver Unit A. Project Files l Download files from l Search using l Download the data disk.
Plug-in Development Environment. Session Outline Tools Installation Configuration New Project Basic Debugging Remote Debugging.
Creating and Publishing Your own web site PC Version SEAS 001 Professor Ahmadi.
Dreamweaver Edulaunch Project 1 EQ: What are the key concepts when building the first page of a web site?
JCreator CS 21a: Introduction to Computing I Department of Information Systems and Computer Science Ateneo de Manila University.
Patrick Bailey, MS IDIS110 Dreamweaver Setup. IDIS110 - RIT After you start Dreamweaver On the first time, if you are asked, select “Design Mode” Otherwise,
1 After completing this lesson, you will be able to: Transfer your files to the Internet. Choose a method for posting your Web pages. Use Microsoft’s My.
U1_a02_copyright text and images ADD NAME HERE. Insert below a copyright free IMAGE that could be used in your health and safety presentation.
GumTree Development Environment Setup Windows Only Compatible with Eclipse 3.2 M3 (Last update: 16/11/05)
First Venture into the Android World Chapter 1 Part 2.
Import pictures I usually save them to my desktop Click here to browse files on your computer or images from the web.
Tool Install How to download & install Java 6 & Eclipse updated version based on Dr. G. L. Ray’s slides.
Saving PowerPoint Presentations as Web Pages Your Logo Here Open the PowerPoint Presentation. To convert to a format compatible with web browsers, launch.
Part 4 Processing and saving data with CGI/Perl Psychological Science on the Internet: Designing Web-Based Experiments From the Ground Up R. Chris Fraley.
Chapter 1 Getting Started With Dreamweaver. Exploring the Dreamweaver Workspace The Dreamweaver workspace is where you can find all the tools to create.
How to Install Eclipse Click hereClick here to download Eclipse.
Make Up Your Own Home Page in Waseda Hiroshi Toyoizumi.
Chapter 8 HTML Editors. Copyright © 2006 Pearson Addison-Wesley. All rights reserved. 8-2 Text Editors Text editors don't have word processing features.
Chapter 3 Servlet Basics. Contents A.Installing Eclipse WTP and configuring Tomcat B.Prime Number Problem C.Multiplication Table Problem.
Gensuite ® Step-by-Step Guide for the setup of Gensuite Compliance Calendar and Training Calendar integration with Microsoft Outlook Some computers experience.
Navigating the Course 1. Course Materials 2 Software: Notepad (or TextEdit on a Mac) – comes with operating system Internet Explorer Web Browser FireFox.
How to install JavaCV in Eclipse. Make sure to download and install all these before you proceed Eclipse for Java EE developers (current is Juno)
Here are some things you can do while you wait 1.Open your omeka.net site in your browser (e.g. 2.Open.
UNCLASSIFIED 1 UNITED IN SERVICE TO OUR NATION Manage Enclosure Documents for Requirements Package.
Joomla Awdhesh Kumar Singsys Pte Ltd. What is Joomla? Joomla is an award-winning content management system (CMS), which enables you to build Web sites.
H OW TO INSTALL W ORDPRESS MANUALLY Enukesoftware.com.
Day 1 Session 2. Setup & Installation
Migrating Wordpress Migrating Wordpress can sometimes get more complicated as it should. There is no plugin that does this for you, the best way is to.
Debugging RTC CLI in Eclipse
Adapting Files On A “Visual Webpage” (Ver /mb)
How to access your work from home or another computer
1. Environment Setting Minhaeng Lee.
CCA Skill Certification
Content: What is JMeter? What can I do with JMeter?
Discovery Streaming Downloads
Understanding and Creating Jar files in Java
How to Embed Videos into Powerpoint
Turning in Assignments
Getting Started With Solr
Review of Previous Lesson
Search for Manage Procurement Agents task in the Setup and Maintenance work area, Procurement offering, Procurement Foundation functional area. Select.
Presentation transcript:

Steps to Display a Text file in an Applet Abhishek Mehta

Table of Contents Initial Conditions Source code screenshots Creating a Jar File Adding a text file in the Jar file Uploading the files on Ftp Server Viewing Applet on the website Errors and Solutions

Initial Conditions Go to the website and download the latest version of eclipse. Extract the downloaded file to a folder and then click the file named “eclipse.exe” –Create a workspace. –Workspace is the area where you create projects / packages / Interface / Class files. –A folder will be created named “Workspace” in C:\Documents and Settings\Abhishek Mehta\workspace.

Source Code Screenshot

Source Code (Cont’d)

Creating a Jar file

Creating a Jar file (Cont’d)

Jar File Created

Screenshot of Data File

Adding a Text File to a Jar File Jar files are same as zip files Open.jar files with winzip or winrar Add a text file to the archive Save the file Next slides will show you the screenshots

Adding a Text File to a Jar File

Adding a Text file to a Jar file

View of Jar file after adding the Text File – “data.txt”

Creating HTML File HTML File is required to view the applet on the website Name the HTML file with a convenient name Save the file, in my case it is on the Desktop The next slide will show the contents of the HTML file

HTML File

Uploading the files on FTP Server So far we have two files  HTML File  Jar File (Class file + Text File) Upload the Files on any of the Ftp servers from afs1.njit.edu – afs30.njit.edu The files should be placed in the “public_html” folder

Screenshot of my FTP space

Applet on Website Type the following in the address bar In my case,

Screenshot of Applet on Website

Applet on Local Computer (using Applet Viewer)

Errors and solution One Silly mistake; Did you update the new class file If you don’t see the applet on the website  Check the java file, the class should be defined public OR  Check if both the.jar file and the html file are placed in the same folder OR  Check if you add the data file in the.jar file

References Eclipse Tutorial Java 2 SE API