conceptual-keyboard-v1_bad icon indicating copy to clipboard operation
conceptual-keyboard-v1_bad copied to clipboard

when i run java -jar dist/conkey.jar get Error: Unable to access jarfile dist/conkey.jar

Open ljdawn opened this issue 8 years ago • 3 comments
trafficstars

Hello, When i run ' java -jar dist/conkey.jar', then i get ' Error: Unable to access jarfile dist/conkey.jar'. and then i try to run 'run.sh', ./run.sh and get ' line 2: cd: NetBeansProjects/conceptual-keyboard: No such file or directory ./run.sh: line 6: kill: (76061) - No such process ./run.sh: line 16: mplayer: command not found Error: Unable to access jarfile target/conkey-1.0-SNAPSHOT.jar ./run.sh: line 23: google-chrome: command not found ./run.sh: line 26: chromium-browser: command not found ./run.sh: line 30: wmctrl: command not found ./run.sh: line 31: wmctrl: command not found ./run.sh: line 32: wmctrl: command not found' How can i fix this ?

ljdawn avatar Nov 23 '16 03:11 ljdawn

The conkey.jar is not needed in the new version. It was a web server written using Java Spark library (not to be confused with Apache Spark the big data library). Now the server is re-written using Node.js. Some glitches may still exist if you try to run it. My apologies in advance...

Cybernetic1 avatar Mar 27 '17 09:03 Cybernetic1

So, how can I start the service at this moment? Thanks.

GabrielLin avatar Oct 13 '17 10:10 GabrielLin

Sorry about the extremely late reply. If you look at the latest code, there is a sse-server.js in the root dir, this is the Node.js server code. It can be started by the command "node sse-server.js &" and then it will work with the current code. Also, I have replaced the Chrome-extension with a Firefox-extension because I switched browser to Firefox. The ff-extension is also in one of my repositories on Github. Sorry that this program is so difficult to run, because it involves many parts.

Cybernetic1 avatar Mar 02 '18 07:03 Cybernetic1