Hello akivela
I have the Wandora.jar in the lib folder and the SetClasspath.sh has the line WANDORACLASSES=lib/wandora.jar. I tried executing again I get the following errors.
[bigdata@AZULVTBDSLAVE01 wandora]$ cd bin
[bigdata@AZULVTBDSLAVE01 bin]$ dir
SetClasspath.bat  SetProcessing.bat  SetR.bat  SetTesseract.bat  Wandora-16g.bat  Wandora-4g.bat  Wandora-8g.bat  Wandora.bat
SetClasspath.sh   SetProcessing.sh   SetR.sh   SetTesseract.sh   Wandora-16g.sh   Wandora-4g.sh   Wandora-8g.sh   Wandora.sh
[bigdata@AZULVTBDSLAVE01 bin]$ chmod a+x Wandora.sh
[bigdata@AZULVTBDSLAVE01 bin]$ ./Wandora.sh
*****************************************************
***   WANDORA - THE KNOWLEDGE MANAGEMENT STUDIO   ***
***     Copyright (C) 2004-2016 Wandora Team      ***
***              
http://wandora.org               ***
*****************************************************
Xms750m Xmx1000m
java.awt.HeadlessException:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
        at sun.awt.HeadlessToolkit.getMenuShortcutKeyMask(HeadlessToolkit.java:236)
        at org.wandora.application.gui.UIConstants.initializeGUI(UIConstants.java:181)
        at org.wandora.application.Wandora.main(Wandora.java:2276)
Exception in thread "main" java.awt.HeadlessException:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
        at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:207)
        at java.awt.Window.<init>(Window.java:536)
        at java.awt.Frame.<init>(Frame.java:420)
        at java.awt.Frame.<init>(Frame.java:385)
        at javax.swing.SwingUtilities$SharedOwnerFrame.<init>(SwingUtilities.java:1758)
        at javax.swing.SwingUtilities.getSharedOwnerFrame(SwingUtilities.java:1833)
        at javax.swing.JWindow.<init>(JWindow.java:187)
        at javax.swing.JWindow.<init>(JWindow.java:139)
        at org.wandora.application.gui.SplashWindow.<init>(SplashWindow.java:45)
        at org.wandora.application.Wandora.main(Wandora.java:2277)
[bigdata@AZULVTBDSLAVE01 bin]$