what you're asking does not make sense.

AFAIK flowscript can be used with different *scripting* languages. If you would like to use java inside flowscript then just
1)write your logic in a java class
2)instantiate your class with
var myobject = new Packages.my.new.Object();
3)call methods on myobject


does this help?



Claudius Spellmann wrote:
Hi,

Is it actually possible to use Java instead of Javascript in flowscript ?

Claudius


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to