From 091facc412854cc9352c4651cc7be49c8d7b3547 Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 28 Jun 2015 01:50:27 +0200 Subject: [PATCH] Updated readme to include section about loading JNA jars --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 43e3bba..84f4eba 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,10 @@ You might want to specify the root location of the icons used (to make it easier A *simple* example is as follows: + // if using provided JNA jars. Not necessary if using JNA from https://github.com/twall/jna + System.load("Path to OS specific JNA jar"); + + this.systemTray = SystemTray.create("Dorkbox"); this.systemTray.createTray("grey_icon.png");