blob: 99ab3acede3acd6df55011ece0211b97b431ae4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-discuss] Arduino package bug?
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Arduino%20package%20bug%3F&In-Reply-To=%3C4FFCE5DC.9010008%40bigpond.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="008186.html">
<LINK REL="Next" HREF="008181.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-discuss] Arduino package bug?</H1>
<B>Phil</B>
<A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Arduino%20package%20bug%3F&In-Reply-To=%3C4FFCE5DC.9010008%40bigpond.com%3E"
TITLE="[Mageia-discuss] Arduino package bug?">phil_lor at bigpond.com
</A><BR>
<I>Wed Jul 11 04:33:00 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="008186.html">[Mageia-discuss] Request for testing: hplip
</A></li>
<LI>Next message: <A HREF="008181.html">[Mageia-discuss] Arduino package bug?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8179">[ date ]</a>
<a href="thread.html#8179">[ thread ]</a>
<a href="subject.html#8179">[ subject ]</a>
<a href="author.html#8179">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>I have just installed the Arduino package and I'm greeted with the
following error:
[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">phil at localhost</A> ~]$ arduino
java.lang.UnsatisfiedLinkError: no rxtxSerial in java.library.path
thrown while loading gnu.io.RXTXCommDriver
Exception in thread "main" java.lang.UnsatisfiedLinkError: no rxtxSerial
in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1860)
at java.lang.Runtime.loadLibrary0(Runtime.java:845)
at java.lang.System.loadLibrary(System.java:1084)
at gnu.io.CommPortIdentifier.<clinit>(CommPortIdentifier.java:83)
at processing.app.Editor.populateSerialMenu(Editor.java:996)
at processing.app.Editor.buildToolsMenu(Editor.java:698)
at processing.app.Editor.buildMenuBar(Editor.java:483)
at processing.app.Editor.<init>(Editor.java:205)
at processing.app.Base.handleOpen(Base.java:700)
at processing.app.Base.handleOpen(Base.java:665)
at processing.app.Base.handleNew(Base.java:561)
at processing.app.Base.<init>(Base.java:301)
at processing.app.Base.main(Base.java:190)
An older self-installed version of arduino still works so the problem
seems to be a path error somewhere related to the latest version. Has
anyone found a cure?
--
Regards,
Phil
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="008186.html">[Mageia-discuss] Request for testing: hplip
</A></li>
<LI>Next message: <A HREF="008181.html">[Mageia-discuss] Arduino package bug?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8179">[ date ]</a>
<a href="thread.html#8179">[ thread ]</a>
<a href="subject.html#8179">[ subject ]</a>
<a href="author.html#8179">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss
mailing list</a><br>
</body></html>
|