Home
Categories
Dictionary
Download
Project Details
Changes Log
FAQ
License

FAQ



What is scriptHelper

scriptHelper is a Java library allowing a simple integration between Java code and various scripting languages. The use case for this API is when you want to add additional functions though user scripts to an existing Java library.

See also the Basic tutorial to see how it works.

What distribution must I use?

See the distribution article.

Which version of Java should I use?

The latest version of the project require Java 8.

What scripting languages are supported?

The library is distributed with both a Groovy and Ruby implementations. It is however possible to support new script languages (see supporting a script language for more information).

It seems complex, I don't understand how to use this library

See the Basic tutorial, you should be setup. The basic usage also explains the basics.

I want to understand quickly how to run a script

See Running a script.

Do I have to create my own Swing components to use the library?

No you don't. See Swing utility classes.

Do I have to create my own JavaFX components to use the library?

Unfortunately for the moment you have to.

How can I deal with exception when invoking a script?

See Exceptions handling.

I have strange exceptions, or the result is not as expected, can you help me?

See Troubleshooting.

Categories: general

Copyright 2019-2020 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence