Click here to Skip to main content
15,889,877 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
where to write BeanShell code? I mean in which IDE we can write the beanshell code?

What I have tried:

I have tried the Eclipse but not getting how and where i can write the beanshell code?
Posted
Updated 4-Jun-18 1:25am

1 solution

The code is plain text so that you can use any text editor.

If you want special features like syntax highlighting you need an editor that supports BeanShell or supports plugins and there is one for BeanShell. The Quick Start[^] page suggests jEdit - Programmer's Text Editor -overview[^].

For others just do a web research. However, you will find out that most are outdated. A more recent one for Eclipse (2 years old) seems to be GitHub - evplatt/BshEditor: Beanshell editor plugin for Eclipse, utilizing BeanShellLinter for syntax checking as you type[^].
 
Share this answer
 
Comments
Adityakumar2318 4-Jun-18 11:08am    
Thank you so much. You solved my problem.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900