Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Dec 2016 14:27:09 -0600
From:      Kyle Evans <kevans91@ksu.edu>
To:        Bernt Hansson <bah@bananmonarki.se>
Cc:        Patrick Mahan <mahan@mahan.org>, FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: Looking for some direction
Message-ID:  <CACNAnaETGk0B6Gk6z7eNQSgudEmix8cYwG43LiWMgtftvL_zgw@mail.gmail.com>
In-Reply-To: <149b286a-bf0a-4ef7-1636-f956253df2c2@bananmonarki.se>
References:  <e1509360-bd68-9ea7-3a97-57f8140c1683@mahan.org> <CACNAnaHjbnePKDCDVTX%2B=_FFN991Da84-WaEbd88Q7B8vHfCQQ@mail.gmail.com> <fde44802-c273-d8c4-9b15-e4860943daa4@mahan.org> <063f11ba-3f83-c713-5a79-01d4e632e35e@bananmonarki.se> <CACNAnaGUKLGDjkxG1LD-vOd6GX7eQaeju-LTVdjU_MtwhJq1xQ@mail.gmail.com> <149b286a-bf0a-4ef7-1636-f956253df2c2@bananmonarki.se>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Dec 5, 2016 at 2:13 PM, Bernt Hansson <bah@bananmonarki.se> wrote:
>> Hello!
>>
>> 1.) What ${ARCH} is this?
>
> Atmega328

Sorry, I should have more specific. =) What is the ARCH of the host system?

The problem is that the JRE is choosing the wrong JSSC and it's
failing to link the JNI bits. It looks like the other instance of
problem here was due to some remnant of another JSSC laying around.
What do the following look like?

1.) `pkg info -x jdk`
2.) `find /usr/local/share/linux-jdk* -name 'jssc*'`

If you could give me the above, I would appreciate it. =) In worst
case scenario, if it's doable, the following steps seemed to resolve:

> pkg delete -x jdk
> rm -r /usr/local/share/linux-jdk* (was empty, only some directories left)
> pkg install arduino16

Knowing if that works for you as well would also be helpful.

Thanks,

Kyle Evans



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACNAnaETGk0B6Gk6z7eNQSgudEmix8cYwG43LiWMgtftvL_zgw>