Membre
j'ai un ordi sous debian et je dois installer javax.comm pour faire tourner un programme java qui pilote le port série. Le programme compile mais quand je l'execute, j'ai une exception du type:
Error Loading LinuxSerialParallel: java.lang.UnsatisfiedLinkError: no LinuxSerialParallel in java.library.path
Exception in thread "main" java.lang.UnsatisfiedLinkError: isDevLink
at com.sun.comm.Unix.isDevLink(Native Method)
at com.sun.comm.PathBundle.add(PathBundle.java:108)
at com.sun.comm.PlatformPortBundle.<init>(PlatformPortBundle.java:44)
at com.sun.comm.CommPortIdentifier.<clinit>(CommPortIdentifier.java:138)
....
Je commence a desesperer donc si vous pouvez m'aider merci d'avance
Pour info je programme avec Netbeans
Partager