Quantcast
Channel: Library Questions - Processing 2.x and 3.x Forum
Viewing all articles
Browse latest Browse all 2896

Exporting issue with Processing 2.2.1 and controlP5 2.0.4 library

$
0
0

Hi all, I'm newbie with Processing, but I've a little skill in programming, I've mod an existing sketch project. All run Ok in IDE environment. After exporting for windows all folders seems correctly populated and the "data" folder has the .png file I use. but when I double click on the hud_gui.exe file nothing happen.

Note: my os is Windows 10 64bit

I searched on web and I found a tip in order to receive the diagnostic as follows:

Terminal command:

c:............\HUD_GUI\application.windows64> java -cp lib* HUD_GUI

Terminal reply:

ControlP5 2.0.4 infos, comments, questions at http://www.sojamo.de/libraries/controlP5
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: jssc.SerialNativeInterface.getSerialPortNames()[Ljava/lang/String;
        at jssc.SerialNativeInterface.getSerialPortNames(Native Method)
        at jssc.SerialPortList.getWindowsPortNames(SerialPortList.java:309)
        at jssc.SerialPortList.getPortNames(SerialPortList.java:298)
        at jssc.SerialPortList.getPortNames(SerialPortList.java:182)
        at processing.serial.Serial.list(Unknown Source)
        at HUD_GUI.setup(HUD_GUI.java:624)
        at processing.core.PApplet.handleDraw(PApplet.java:2361)
        at processing.core.PGraphicsJava2D.requestDraw(PGraphicsJava2D.java:240)
        at processing.core.PApplet.run(PApplet.java:2256)
        at java.lang.Thread.run(Unknown Source)

Please someone help me to explain what is wrong. Thanks in advance Carlo


Viewing all articles
Browse latest Browse all 2896

Trending Articles