Changes between Version 21 and Version 22 of VisionFramework


Ignore:
Timestamp:
Nov 19, 2017, 3:12:13 PM (7 years ago)
Author:
benjialbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VisionFramework

    v21 v22  
    9898}}}
    9999
     100Let's also set the JAVA_HOME variable to be exported on startup:[[BR]]
     101edit your bashrc:
     102{{{
     103sudo nano ~/.bashrc
     104}}}
     105and add the following line:
     106{{{
     107export JAVA_HOME=/usr/lib/jvm/jdk-8-oracle-arm32-vfp-hflt
     108}}}
     109
    100110----
    101111----