Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Services/WebServices/RPC/lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Dependencies and the build process is managed via maven
<a name="build-java-server"></a>
## Build the Java RPC Server
```shell
> cd Services/WebServervices/RPC/lib
> cd Services/WebServices/RPC/lib
> mvn clean install
```
To build/compile the jar file for older LTS release than v17, start the maven build process with the following parameters:
Expand Down Expand Up @@ -178,4 +178,4 @@ if no installation id is given.

```shell
> java -jar /foo/bar/target/ilServer.jar /foo/bar/ilServer.ini search <CLIENT_INFO> "ilias"
```
```