1

I remember running into an open source project that built a Java scripting engine that interprets Java (no, not Rhino, that's for JavaScript, it runs Java). If you have come across that project, please share Link(s).

(Of course doing a Google search of the word combination of Java and scripting returns all the JavaScript results, alas, that is not what I am looking for damn you google!!!)

asked Aug 15, 2011 at 15:34
0

3 Answers 3

3

You probably want BeanShell. From their site:

BeanShell is a small, free, embeddable Java source interpreter with object scripting language features, written in Java. BeanShell dynamically executes standard Java syntax and extends it with common scripting conveniences such as loose types, commands, and method closures like those in Perl and JavaScript.

(emphasis mine)

answered Aug 15, 2011 at 15:37
Sign up to request clarification or add additional context in comments.

1 Comment

I found what I was looking for: it's called janino. Located at janino.codehaus.org. It's an embedable Java compiler.
0

You mean Groovy or Grails? Which are scripting languages that convert into bytecode.

answered Aug 15, 2011 at 15:37

1 Comment

I found what I was looking for: it's called janino. Located at janino.codehaus.org. It's an embedable Java compiler.
0

Jikes research VM is Java written in Java.
http://en.wikipedia.org/wiki/Jikes_RVM

And here's a list of Java implementations:
http://en.wikipedia.org/wiki/List_of_Java_virtual_machines

answered Aug 15, 2011 at 15:53

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.