Hey guys,
Just received my Maple Native today, and off course tried to install the maple-ide.
It is not going so well, I have followed the instructions:
Installed jre with
sudo apt-get install openjdk-6-jre
Downloaded maple-ide-0.0.12-linux32.tgz
untared it, and ran install-udev-rules.sh
I was not asked for the root password, it ask for sudo password, and then prints:
Copying Maple-specific udev rules...
tools/45-maple.rules' ->
/etc/udev/rules.d/45-maple.rules'
I restarted udev with:
sudo restart udev
I tried adding my user to the plugdev, and it was stated my user was already in that group.
I tried to start ./maple-ide
It starts and then wants me to select a folder for sketches, i choose:
/home/michael/sketchbook
Pressed Ok, and then I got this:
michael@michael-laptop:~/maple-ide-v0.0.12$ ./maple-ide
java.lang.UnsatisfiedLinkError: /home/michael/maple-ide-v0.0.12/lib/librxtxSerial.so: /home/michael/maple-ide-v0.0.12/lib/librxtxSerial.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch) thrown while loading gnu.io.RXTXCommDriver
Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/michael/maple-ide-v0.0.12/lib/librxtxSerial.so: /home/michael/maple-ide-v0.0.12/lib/librxtxSerial.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1750)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1675)
at java.lang.Runtime.loadLibrary0(Runtime.java:840)
at java.lang.System.loadLibrary(System.java:1047)
at gnu.io.CommPortIdentifier.<clinit>(CommPortIdentifier.java:123)
at processing.app.Editor.populateSerialMenu(Editor.java:795)
at processing.app.Editor.buildToolsMenu(Editor.java:612)
at processing.app.Editor.buildMenuBar(Editor.java:413)
at processing.app.Editor.<init>(Editor.java:187)
at processing.app.Base.handleOpen(Base.java:608)
at processing.app.Base.handleOpen(Base.java:573)
at processing.app.Base.handleNew(Base.java:475)
at processing.app.Base.<init>(Base.java:245)
at processing.app.Base.main(Base.java:149)
But no IDE appears or anything else happens?
What to do?