Changes between Version 21 and Version 22 of VisionFramework
- Timestamp:
- Nov 19, 2017, 3:12:13 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VisionFramework
v21 v22 98 98 }}} 99 99 100 Let's also set the JAVA_HOME variable to be exported on startup:[[BR]] 101 edit your bashrc: 102 {{{ 103 sudo nano ~/.bashrc 104 }}} 105 and add the following line: 106 {{{ 107 export JAVA_HOME=/usr/lib/jvm/jdk-8-oracle-arm32-vfp-hflt 108 }}} 109 100 110 ---- 101 111 ----