How to configure and run Jython codes in Intellij?
Answered
Hi everyone
I want to use Jython to automate HEC-HMS and write and run codes in Jython.
The official HEC-HMS website explains about it (search Running HEC-HMS with Jython) but I am not familiar with advance scripting and jetbrain products, so it is kind of unclear to me what to do.
How can I configure Intellij to interpret Jython and run codes?
(I am also requiered to add hms library to Intellij)
Please sign in to leave a comment.
Install the Jython interpreter and then add it as SDK as Usual at Project Structure -> Platform Settings -> SDK
You can also add any libraries as you feel the need on the Global Libraries tab