After downloading the OpenBCI GUI 3.3.2 for Linux from the website, I attempt to run the application from the command line with
cd path/to/extracted/files/application.linux64sudo ./OpenBCI_GUIAt that point, I see the following error:
./OpenBCI_GUI: /home/< username >/BCI/OpenBCI/application.linux64/java/bin/java: not found
When I look inside the java folder, I see a sub-folder named java. Inside the java sub-folder is a bin folder with the java command. So, the package seems to have one level of java folders too many.
The application should start without Java error.
Ubuntu 18.04
3.3.2
Downloaded app
Ganglion
No
Note, moving the contents of the java sub-folder to the java parent folder fixes the issue.
@brylie We just updated the GUI to 3.4.0! If updating doesn't fix the issue, I'm sure it can be resolved since you've found the solution.
@andrewjaykeller is there an easy solution by changing the distribution?
@retiutut this is still an issue in the latest edition. Also moving the contents solved the issue of it not loading, however the gui is blank and white when I run it.
@winsteadworks Going to try and test
Note, moving the contents of the
javasub-folder to thejavaparent folder fixes the issue.
Confirmed this issue and fix using Ubuntu 18.04.1 and OpenBCI_GUI v3.4.0-beta on a MacBook Air
however the gui is blank and white when I run it.
I did not experience this issue. Make sure that the appropriate version of the OpenBCI Hub is set up correctly and run the GUI with sudo

I also noticed characters not drawing correctly in the title bar.
It seems this issue has been resolved in the latest release 3.4.0!
https://github.com/OpenBCI/OpenBCI_GUI/releases/tag/3.4.0
@winsteadworks
@brylie
@retiutut ok nice this worked for me. Thanks!
ya it's a trivial fix. just edit the script & add an extra /java
Did you update your hub with GUI?
I don't know what the hub is. I edited the bash script.
On 11/14/18, AJ Keller notifications@github.com wrote:
Did you update your hub with GUI?
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/OpenBCI/OpenBCI_GUI/issues/371#issuecomment-438890709
Believe this is fixed
Most helpful comment
Note, moving the contents of the
javasub-folder to thejavaparent folder fixes the issue.