Skip to content
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.

Latest commit

 

History

History

java-proio

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

proio for Java

Installation

At this time, proio is not yet available in the maven central repository. However, maven can be used to easily build a jar file.

Requirements

  • Maven
  • Protobuf compiler (protoc)

Building the code

mvn install

Running the "Ls" tool

This is a tool that serves as an example for a browser tool. This one is simple and only dumps text to the terminal.

java --illegal-access=deny -cp target/proio-*-jar-with-dependencies.jar proio.Ls ../samples/muons-withmeta.proio | less