-
This request entails adding the `electrostatic4j-core` and `electrostatic-native` as dependencies to serial4j and migrate some native and JVM to the electrostatic4j root project, so that they could be…
-
Releasing the SDK requires a build and package script.
-
Use Doxygen to generate native documentation for the `electrostatic-core` and the `serial4j` frameworks, and link it with the website.
-
### Expected Behavior
The `Javadoc` task type should support the `--release` option, which has the same semantics as the same option for `JavaCompile`, but for Javadoc generation.
### Cu…
netvl updated
11 months ago
-
is it possible/should it be possible for application to know that it has no permission for serial port in *nix?
under root my stuff works
```
sudo java -jar console/rusefi_console.jar reboot_ecu
…
-
`SEVERE: Buffer cannot be destroyed: java.nio.DirectFloatBufferU`
Even by adding this JVM arg (which used to solve that on jdk 11+)
"--add-opens=java.base/jdk.internal.ref=ALL-UNNAMED"
you …
-
Today, i was randomly testing the behavior of a jMonkeyEngine desktop application using oracle-jdk-19 on a linux amd64 machine, and some native binaries have been removed from the jdk-19 `libjawt.so` …