diff options
| author | StevenWdV <stevenwdv@gmail.com> | 2022-02-09 00:40:38 +0100 |
|---|---|---|
| committer | StevenWdV <stevenwdv@gmail.com> | 2022-02-09 00:40:38 +0100 |
| commit | 2aad9b6ae61337ef94b05adc377a9ad2cbaa8eb8 (patch) | |
| tree | 022c006cfac7a60fd0ab8896fac3991cf34b8fce /wrappers/java/README.md | |
| parent | b60ecf2fe5ddfe506e02093286b3931873187e91 (diff) | |
Add Android wrapper, remove plain Java Maven wrapper.
Fix some overrides in Makefiles.
Diffstat (limited to 'wrappers/java/README.md')
| -rw-r--r-- | wrappers/java/README.md | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/wrappers/java/README.md b/wrappers/java/README.md deleted file mode 100644 index e19075b..0000000 --- a/wrappers/java/README.md +++ /dev/null @@ -1,34 +0,0 @@ -# Java wrapper - -## Requirements - -You will need to install JDK 8 or later ([Adoptium](https://adoptium.net/) -or [Oracle](https://www.oracle.com/java/technologies/downloads/)). To easily compile the project, you should -download [Maven](https://maven.apache.org/). - -## Build & test - -First build the shared Go library. Next: - -Build `EduVpnCommon`: - -```shell -make -``` - -Build as JAR, including shared Go library: - -```shell -make pack -``` - -The JAR will include all versions of the library that are built in the `exports` folder. - -If you do not build this as part of the full repository, specify `EXPORTS_PATH="path/to/exports-folder"` -when calling make. This folder must contain `common.mk` and the `lib/` folder with built libraries. - -Test: - -```shell -make test -``` |
