Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.01 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.01 KB

Getting started

Compiling the VeriBlock packages requires the Java 8 JDK from Oracle.

Building from the command line

The following commands are for Mac/Linux. For Windows, use the .bat variants

To perform a full build, run the following

./gradlew clean build

Open Source Tooling

YourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET applications.

YourKit is the creator of YourKit Java Profiler, YourKit .NET Profiler, and YourKit YouMonitor.

yourkit logo

FAQ

  1. IDEA can't see class VeriBlockMessages (class is too large).
    • Step 1: Open the menu item: «Help» → «Edit Custom Properties»
    • Step 2: Set the parameters: idea.max.intellisense.filesize=999999 idea.max.content.load.filesize=200000
    • Step 3: Restart IntelliJ IDEA.