-
Can somebody please help with, what JAVA IDE/plugin we should use for creating/editing scripts. So that is becomes easy and error-free for us to make any changes as per our requirement. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
IDE choice is a developer preference and is sometimes dictated by the programing language that you are using. IDEs like IntelliJ and Eclipse are pretty robust and can support Java as well as Jython. |
Beta Was this translation helpful? Give feedback.
-
Remember, that when you are debugging scripts, the container injects a lot of contextual information. It is hard to mock all this information in an IDE. We recommend connecting your IDE to a remote servlet container and using breaks to debug at runtime. Did you review these docs ? |
Beta Was this translation helpful? Give feedback.
Remember, that when you are debugging scripts, the container injects a lot of contextual information. It is hard to mock all this information in an IDE. We recommend connecting your IDE to a remote servlet container and using breaks to debug at runtime. Did you review these docs ?