Statistics: Posted by AndreyB — Fri Nov 05, 2021 3:22 pm
Code:
[javac] /home/scott/src/rusefi/java_console/inifile/src/main/java/com/rusefi/tune/xml/Constant.java:3: error: package javax.xml.bind.annotation does not exist [javac] import javax.xml.bind.annotation.XmlAttribute; [javac] ^...
This is with openjkd javac 11.0.11 on Ubuntu 18.04. According to the internets, the class layout changed with 9, and I need to downgrade to 8: https://github.com/AuthorizeNet/sdk-java/issues/175Code:
sudo apt install openjdk-8-jdk-headlesssudo update-alternatives --config javacsudo update-alternatives --config java
Statistics: Posted by ssmith — Fri Nov 05, 2021 3:20 pm
Code:
java -versionjava version "1.6.0_65"Java(TM) SE Runtime Environment (build 1.6.0_65-b14-462-11M4609)Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-462, mixed mode)
Code:
#!/bin/bashcd /path/to/java_console_binary/Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java -jar rusefi_console.jar /dev/tty.usbmodem261
Code:
/Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java -versionjava version "1.7.0_60"Java(TM) SE Runtime Environment (build 1.7.0_60-b19)Java HotSpot(TM) 64-Bit Server VM (build 24.60-b09, mixed mode)
Statistics: Posted by puff — Tue Oct 28, 2014 6:29 pm
Statistics: Posted by Tambralinga — Tue Oct 28, 2014 3:37 pm
Statistics: Posted by Tambralinga — Tue Oct 28, 2014 3:35 pm
Statistics: Posted by AndreyB — Tue Oct 28, 2014 2:14 pm
Statistics: Posted by puff — Tue Oct 28, 2014 1:56 pm
Statistics: Posted by AndreyB — Tue Oct 28, 2014 1:38 pm