Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.46 KB

Installation.md

File metadata and controls

36 lines (29 loc) · 1.46 KB

Installation

This plugin works with any Eclipse distribution above version 3.7.2 (Indigo). Below is the recommended clean install from scratch.

  1. Get JDK 1.6 or later
  2. Download Eclipse Classic and unpack it
  3. Start Eclipse and go to menu Help->Install new software. Add update site
  http://nfc-eclipse-plugin.googlecode.com/git/nfc-eclipse-plugin-feature/update-site/

You should see something like

  1. Check Near Field Communications, finish the wizard, and restart Eclipse.

Now you can either use an NFC reader or your Android device's NFC chip via the free NFC Developer app. Or just use the editor for editing files.

Continue to the tutorial.

Drivers

By default, try the the drivers for your reader.

ACR 122

Official downloads.

Windows

Default ACR drivers works.

Linux

Install the acsccid drivers. Might also be available from repos. In addition, get

Fedora:

# yum install pcsc-lite-devel

Ubuntu:

$ sudo apt-get install libpcsclite-dev