How to configure and run Jython codes in Intellij?

已回答

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)

0

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

0

请先登录再写评论。