Hejsa
Er der nogen der har haft held til at få det nye version 3.0 af Sun's
communications API til at virke under linux? Den vejledning der medfølger
fra Sun giver mig ikke rigtigt noget brugbart:
gronbaek@sharkoon
$ java BlackBox
java.io.IOException: Error instantiating class com.sun.comm.LinuxDriver
com.sun.comm.LinuxDriver
at
javax.comm.CommPortIdentifier.loadDriver(CommPortIdentifier.java:239)
at
javax.comm.CommPortIdentifier.<clinit>(CommPortIdentifier.java:109)
at BlackBox.main(Unknown Source)
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
javax.comm.CommPortIdentifier.<clinit>(CommPortIdentifier.java:138)
at BlackBox.main(Unknown Source)
Jeg har også prøvet diverse ting beskrevet ved rxtx og diverse andre steder
uden held. Men hvis Sun kalder det for en linux udgave skulle det ville
spille under linux umiddelbart...
VH
Bjørn