Social and professional networking

View Ian Clarke's profile on LinkedIn
Shameless plug

Does your company's revenue depend on being able to predict the future based on past data?  SenseArray may be able to help.

RSS
Links
« Steven at the UN | Main | A plan for better source code diffs and merging »
Thursday
04Dec2008

BeanShell conveniently packaged for the Mac

BeanShell is a great tool for Java programmers which allows you to type Java at a command line and have it evaluated immediately, just like languages such as Python.

BeanShell is distributed as a Java .jar file, and while it is pretty easy to run these on a Mac (just double-click), its a bit untidy as they have a generic icon, and tools like LaunchBar don't recognize them as a proper application.

To remidy this I've packaged up BeanShell as a proper Mac application, you can download the result here:

Download: BeanShell.app 2.0b4

NOTE: I didn't create BeanShell, I've just packaged it.  To learn more about BeanShell, or to download its source code visit http://beanshell.org/.

Reader Comments (4)

sounds cool.. i will have to try it out at home, and get back to you

December 4, 2008 | Unregistered Commenterceaseoleo

Ian, you'll need to modify the info.plist. Right now it specs the Java:ClassPath entry as "/Users/ian/Downloads/bsh-2.0b4(2).jar".To remedy, include the jar file under Resources/Java and change the key.

Btw, I added the jar to your bundle's Resources/Java and changed the ClassPath key to "bsh-2.0b4.jar", and it works. Thanks.

/R

December 4, 2008 | Unregistered CommenterJoubin Houshyar

Joubin, thanks for pointing that out! I've now rectified the problem, please let me know if it works now.

December 4, 2008 | Registered CommenterIan Clarke

Fixed!

/R

December 4, 2008 | Unregistered CommenterJoubin Houshyar

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>