cancel
Showing results for 
Search instead for 
Did you mean: 

can't find scripting engine for 'text/javascript' error help

mrmike
Champ in-the-making
Champ in-the-making
Hello everyone, I created a very simple workflow that has a start -> runs a javascript -> end

The java script simply writes "hello" to a file at hte location C:\test\test.txt.

Right when attempting to start the process i get the error "can't find scripting engine for 'text/javascript'

Does anyone have a solution for this? I don't see any information surfing the web.

Thanks,

MIke
3 REPLIES 3

rasmi
Champ in-the-making
Champ in-the-making
I get the same error. Where you able to solve?

frederikherema1
Star Contributor
Star Contributor
What JDK are you running? DO you have a scripting-implementation on your class path that support javascript? Try adding rhino…

jbarrez
Star Contributor
Star Contributor
scriptFormat="Javascript" instead of text/javascript. This is the name according the  JSR 223 spec.