Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 234 Bytes

INSTALL.md

File metadata and controls

16 lines (11 loc) · 234 Bytes

How to install Java Udapi

Java setup

  • You need JDK 8 or higher

Build Udapi

git clone https://github.com/udapi/udapi-java.git
cd udapi-java
./gradlew build

Test Udapi

cd udapi-java/demo/ and run ./demo.sh.