Could you guide me(or provide samples) for using javax.scripts with latest IKVM.
Basically, i should able to call javaFunction from C#, which inturns calls javascript.
I have maanged to call the java function by converting jar file to .dll, however am getting an exception when i try to read a javascript( java function calls javascript inside that dll. using ScriptEngineManager)
Am kinda new to java environment.. so i would request you to be descriptive.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is nothing special about this. You can just use the Java documentation.
Thanks for the quick response.
I have maanged to call the java function by converting jar file to .dll, however am getting an exception when i try to read a javascript( java function calls javascript inside that dll. using ScriptEngineManager)
Am kinda new to java environment.. so i would request you to be descriptive.