Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Alternatively, you can also run ../gradlew distDir, which will not compress the distribution and create a folder in build/distributions/. You can run the capacitor directly from there.

Warning

Please make sure that you have a full jdk version installed, i.e., not just a runtime environment without the 'javac' compiler binary. You can check the presence of the compiler commnd in JAVA_HOME/bin. Also make sure that the JAVA_HOME environment variable is set to the root folder of your Java installation, by

Code Block
export JAVA_HOME=/path/to/java

 

License

The Flux Capacitor source code is available under the BSD 3-Clause License

...