steand / optolink

optolink adapter to vitotronic for openhab2
GNU Lesser General Public License v3.0
12 stars 19 forks source link

runtime files #9

Closed Hotte37 closed 6 years ago

Hotte37 commented 6 years ago

Hello, i cannot find the runtime files to download as mentionaed in the readme.

Thus i tried to compile them, but there are errors shown for every file, e.g.: ViessmannKW.java:[16,16] error: package org.slf4j does not exist.

I also use Eclipse luna. Compliance level is 1.7

I am new to java. Do i have to install the slf4j manually or is it done by the IDE (according pom.xml)? Or can someone give me a link to a compiled runtime?

Best regards Hotte

FulvioSpelta commented 6 years ago

Try the release section: https://github.com/steand/optolink/releases/tag/1.0.0-RC1 Best regards f

Hotte37 commented 6 years ago

Oh man, i didn't see it. Thank you very much. It is now running...

Some info, that might help others: I had a version mismatch regarding RXTXcomm. My system had RXTXcomm 2.2pre2 und the optolink-jar-with-dependencies.jar had 2.1.7. I simply replaced the class files in the jar file with the class files 2.2pre2. Now there is now warning anymore.