NeuronRobotics / nrjavaserial

A Java Serial Port system. This is a fork of the RXTX project that uses in jar loading of the native code.
Other
344 stars 142 forks source link

Fix build if JAVA_HOME contains spaces #231

Closed fwolter closed 1 year ago

fwolter commented 1 year ago

The build fails if the JDK is located in a path with spaces.

MrDOS commented 1 year ago

Interesting. My JAVA_HOME on Windows includes a space (C:\Program Files\Eclipse Adoptium\jdk-17.0.2.8-hotspot) and I've never had trouble with this. But it does look like that shouldn't work, and this change seems safe and sane.

fwolter commented 1 year ago

Sounds like magic :)