Currently lombok not supported in my environment (Ubuntu 22.04.5 LTS)
For lombok support we have to define -Dorg.javacs.lombokPath=/path/to/lombok.jar when running the server.
Linux does not allow system variables with points, such as org.javacs.lombokPath
I have an intention to define system variable LOMBOK_PATH and then assign it in -Dorg.javac.lombokPath=$LOMBOK_PATH in launch_linux.sh
Is it a good solution? What can I do else?
Currently lombok not supported in my environment (Ubuntu 22.04.5 LTS)
For lombok support we have to define -Dorg.javacs.lombokPath=/path/to/lombok.jar when running the server.
Linux does not allow system variables with points, such as org.javacs.lombokPath
I have an intention to define system variable LOMBOK_PATH and then assign it in -Dorg.javac.lombokPath=$LOMBOK_PATH in launch_linux.sh
Is it a good solution? What can I do else?