background preloader

Eclipse IDE Tutorial

Eclipse IDE Tutorial
Copyright © 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 vogella GmbH Eclipse Java IDE This tutorial describes the usage of Eclipse as a Java IDE. It describes the installation of Eclipse, the creation of Java programs and tips for using Eclipse. This tutorial is based on Eclipse 4.4 (Luna). 1.1. Eclipse is an open source community. Eclipse projects cover lots of different areas, e.g., as a development environment for Java or Android applications. 1.2. The roots of Eclipse go back to 2001. In 2004 it became the Eclipse Foundation, which is a vendor neutral foundation where no single company has control of the direction. The Eclipse name at this time was viewed by many as declaration of war against Sun Microsystems, the company responsible for developing the Java programming language. With the purchase of Sun Microsystems by Oracle this conflict finally went away. The Eclipse open source project has a simultaneous release every year. 2. 2.2. 3. 3.1. 3.2. 4. 4.1. 4.2. 5. 6. 7. 7.1. Related:  Java

Lu | Kindle 3.X updater for Kindle 2 and Kindle DX released After a month and a half of testing thanks to the community of MobileRead, I can finally release the first stable version of the Kindle 3.X software updater (help me come up with a better name, please). If you haven’t read my last few Kindle-related posts (read them if you want more technical details of this script), you should know that this allows you to use all the cool new features of the Kindle 3 on a K2 or DX device. Installation is easy and is only three steps: 1) Use “prepare-kindle” script on old Kindle to back up and flash recovery kernel, 2) Copy generated files to Kindle 3 along with “create-updater” script and run it, 3) Copy generated update package back to old Kindle and restart. If that sounds confusing, don’t worry, the readme contains very detailed directions and even how to recover in case anything goes wrong. Here it is.

Java Tutorials - The Really Big Index The Java Tutorials have been written for JDK 8. Examples and practices described in this page don't take advantage of improvements introduced in later releases and might use technology no longer available. A list of all content pages in the The Java™ Tutorials Oracle Legal Notices Trail: Getting Started The Java Technology Phenomenon About the Java TechnologyWhat Can Java Technology Do? The "Hello World!" "Hello World!" A Closer Look at the "Hello World!" Questions and Exercises: Getting Started Common Problems (and Their Solutions) Trail: Learning the Java Language Object-Oriented Programming Concepts What Is an Object? Language Basics Classes and Objects Annotations Annotations BasicsDeclaring an Annotation TypePredefined Annotation TypesType Annotations and Pluggable Type SystemsRepeating AnnotationsQuestions and Exercises: Annotations Interfaces and Inheritance Numbers and Strings Generics (Updated) Why Use Generics? Packages Trail: Essential Java Classes Exceptions What Is an Exception? Basic I/O

50 Most Frequently Used UNIX / Linux Commands (With Examples) This article provides practical examples for 50 most frequently used commands in Linux / UNIX. This is not a comprehensive list by any means, but this should give you a jumpstart on some of the common Linux commands. Bookmark this article for your future reference. Did I miss any frequently used Linux commands? 1. tar command examples Create a new tar archive. $ tar cvf archive_name.tar dirname/ Extract from an existing tar archive. $ tar xvf archive_name.tar View an existing tar archive. $ tar tvf archive_name.tar More tar examples: The Ultimate Tar Command Tutorial with 10 Practical Examples 2. grep command examples Search for a given string in a file (case in-sensitive search). $ grep -i "the" demo_file Print the matched line, along with the 3 lines after it. $ grep -A 3 -i "example" demo_text Search for a given string in all files recursively $ grep -r "ramesh" * More grep examples: Get a Grip on the Grep! 3. find command examples Find files using file-name ( case in-sensitve find) # find ~ -empty

Modeling with Data Mark Dexter The tutorial lessons are contained in zip files on the SourceForge project web site. Each lesson is contained in a separate zip file called <name>lessonxx.zip, where <name> is the tutorial name (e.g., totalbeginner, persistence, debugger, workbench), and xx is the lesson number. For example, the zip file for the Total Beginners lesson 1 is called totalbeginnerlesson01.zip. The Lessons can be downloaded from the download site for each tutorial, either using the Download Tutorials links on the left side of this page or using the Download link on each tutorial's Main Page. All of the tutorials, except for the Total Beginners, also have a zip file that contains a project archive file (e.g., workbench-tutorial.zip, persistencetutorial.zip, etc.). Each project also includes a PDF document called the Tutorial Companion Document. You can play Lesson 1 of each tutorial without downloading anything, just by clicking on the "View Lesson 1" link in each tutorial's main page. Playing the Videos

Installing Jenkins on Ubuntu On Debian-based distributions, such as Ubuntu, you can install Jenkins through apt-get. Recent versions are available in an apt repository. Older but stable LTS versions are in this apt repository. You need to have a JDK and JRE installed. openjdk-7-jre and openjdk-7-jdk are suggested. As of 2011-08 gcj is known to be problematic - see Please make sure to back up any current Hudson or Jenkins files you may have. wget -q -O - | sudo apt-key add - sudo sh -c 'echo deb binary/ > /etc/apt/sources.list.d/jenkins.list' sudo apt-get update sudo apt-get install jenkins Once installed like this, you can update to the later version of Jenkins (when it comes out) by running the following commands: sudo apt-get update sudo apt-get install jenkins (aptitude or apt-get doesn't make any difference.) Jenkins will be launched as a daemon up on start. by sudo a2dissite default

Sonderzeichen unter Mac OS – MacEinsteiger.de Eines der größten Probleme in den ersten Tagen mit Mac OS ist für Neulinge wohl die Benutzung der Sonderzeichen. Waren die gängigsten Sonderzeichen auf handelsüblichen Windows-Tastaturen noch aufgedruckt oder man erreichte sie über eine Zahlenkombination, so sucht man auf einer Mac-Tastatur teilweise vergebens. Diese Übersicht kostenlos als PDF downloaden. Aber wo findet man die nicht abgebildeten Sonderzeichen, wie zum Beispiel die “eckige Klammer auf” (“[“), “Backslash” (“”) oder das “Tilde“-Zeichen (“~”)? Apple Mac OS bietet dafür eine Tastaturübersicht an, die Ihr wie folgt erreicht: 1. in den Systemeinstellungen -> “Tastatur” 2. Mac OS Sonderzeichen-Übersicht eine Tasten-Legende für Mac-Tastaturen findet ihr hier. Mac Tastaturübersicht Standard Tastaturbelegung bei Mac OS Mac Tastaturbelegung bei gedrückter Alt-Taste Mac Tastaturbelegung bei gedrückter Ctrl-Taste Mac Tastaturbelegung bei gedrückter Fn-Taste Mac Tastaturbelegung bei gedrückter Shift-Taste

Kay Hortsmman - Core Java Web Page Both volumes are available as e-books: Volume I—Fundamentals | Volume II—Advanced Features Core Java by Cay S. Horstmann and Gary Cornell was originally published in the Java series of Sun Microsystems Press and is now published by Prentice-Hall. “What makes Core Java the definitive work on the language is more than its vast scope—it is the quality of the presentation.” “Cornell and Horstmann make the details of this powerful and expressive language understandable, and they also furnish a conceptual model for its object-oriented foundations.” “Devoid of shaky, academic examples and packed with robust demonstrations that illustrate hundreds of powerful concepts...The authors back up the many examples with sharp, fact-rich commentary on how to get things done with Java.” Winner of the 2003 Jolt/Software Development Productivity Award! About the Authors Cay S. Gary Cornell has authored or co-authored 14 popular computer books and articles for many developer magazines. Further Information

Related: