java - Consulting a shared prolog file -


i trying consult prolog file on ubuntu pc shared on lan remote ubuntu pc. want using java code. tried following java code

runtime.getruntime().exec("gnome-terminal -x swipl -s smb://remotepci/sharedfolder/sharedfile.pl") 

this gives error 'prolog initialisation failed.script file does'nt exist'.

could pls ?


Comments

Popular posts from this blog

python - Alternative to referencing variable before assignment -

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -