2

I am thinking about building a project, that in the name of custom expanding (time of execution doesn't really mean too much) and will control arrays of custom objects within the program providing all/most the object data for modification by the script.

Now I was wondering if there was any library for java that would allow for perhaps a javascript style of scripting that would do that, or would it perhaps be easier to write a simple line-by-line interpretation without too much internal processing (object data and simple function calls).

Thanks

1 Answer 1

3

Do you mean something like Rhino? Per the link...

Rhino is an open-source implementation of JavaScript written entirely in Java. It is typically embedded into Java applications to provide scripting to end users.

Sign up to request clarification or add additional context in comments.

1 Comment

Ace's. Cheer's, I didn't know what to search for in Google

Your Answer

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.