Compiling a .kt file in geany always give me the error ("Process failed" the 
system cannot find the file specified )
But it works on my command line
The compile command is :kotlinc "%f" -include-runtime -d  "%e.jar"
And the execute command is :"java -jar %e.jar"(The execute command works But 
the compile command doesn't work))
![Screenshot 
(168)](https://user-images.githubusercontent.com/79951868/136642352-567889d9-63e2-447c-89b4-9c25bc2182b0.png)
)
![Screenshot 
(169)](https://user-images.githubusercontent.com/79951868/136642477-598a7ded-eaa6-4c48-87f4-e57b50ad0d0e.png)



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2922

Reply via email to