Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
181 views

I am trying to create a web application(in java) that can communicate with a ros server. Therefore I use the rosnode module. For the website I use vaadin. My problem is that I do not know how to call/...
CoderOfTheForce's user avatar
1 vote
0 answers
273 views

I'm running Python through Java's Scripting Engine. The basic hello world is working well, but it fails when I import pandas in the python script. StringWriter stringWriter = new StringWriter(); ...
Palak Bansal's user avatar
2 votes
1 answer
322 views

I'm using groovy/nashorn as java engine but not able to interpolate Strings. jdk.nashorn.api.scripting.NashornScriptEngine scriptEngine =(NashornScriptEngine) factory.getEngineByName("nashorn"); ...
Zizou's user avatar
  • 953
1 vote
1 answer
251 views

I'm not quite a total newbie to OSGi, but apparently newbie enough. What I want to do is write an OSGi (Apache Felix) bundle and use the Java scripting API (JSR-223) with for example Groovy. For ...
tbeernot's user avatar
  • 2,680
0 votes
1 answer
1k views

I want to be able to pass an object into ScriptEngine via put() and be able to access its properties and methods from within the scripting engine. e.g public class MyClass { String getName() { ...
ycomp's user avatar
  • 8,613
0 votes
1 answer
403 views

I have abc.html page in which i am calling two javascript files as below in the head tag:- <head> <script src="script_files/1.js"></script> <script src="script_files/2.js">...
Vinay's user avatar
  • 735
0 votes
1 answer
460 views

I'm using the Java Scripting API which is working quite well. Now I have a function where I want to get all <a> tags from a String and then add/remove attributes before returning the ...
msp's user avatar
  • 3,371