Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 614 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 614 Bytes

Java AST Visualization

This tool is a quick helper to visualize different AST Node types of the Java programming language.

Requirements

  • Node JS
  • NPM
  • Java 11 JDK

clone and train the greedyMLpipeline

git clone https://github.com/digital-bauhaus/greedyMLpipeline.git

How to run

  • create and link the jar file:
cd java
./gradlew jar
cd ..
ln -s java/build/lib/java_file_parser-1.0-SNAPSHOT.jar ./java_file_parser.jar
  • install the dependencies of the node server:
npm install
  • run the server:
node server.js /path/to/folder/holding/java/files /path/to/trained/model