Skip to content

Lombok support not working in Linux #5

@alepekhin

Description

@alepekhin

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions