rhino
Running JSLint from command prompt
I would like to run jsLint from the command prompt. At a later stage, as a task in an ANT build. I downloaded rhino 1.7 R3 and the latest jslint.js and wrote this custom test.js which contents is:[详细]
2023-04-12 10:56 分类:问答Scripting from Scala
I have a little project with an editor, some special need I had and which I hacked together in an afternoon. A co-worker looked over my shoulder (don\'t you hate that?) and said \"Oh neat, but can it[详细]
2023-04-11 01:01 分类:问答How create object of ScriptableObject in java-scripts.....?
when I try to make an object of a class in java-script file which extends ScriptableObject... The following error will arise.[详细]
2023-04-08 11:58 分类:问答How to use an ArrayList java object passed into the Rhino javascript engine?
The following data: sku=[111222] is being passed in as an argument to a javascript function being invoked in the Rhino javascript engine.[详细]
2023-04-06 20:21 分类:问答How create java class object in javascript using RHINO
How create CUSTOM java class object in java-script using 开发者_StackOverflow中文版RHINO..? We can use classes which is in rt.jar but not other custom class[详细]
2023-04-04 17:36 分类:问答Are there HTML5 desktop app frameworks (like Titanium or Adobe AIR) that run on V8 or Rhino instead of JavaScriptCore?
Our product, a desktop app, is composed of a ton of HTML5 and JavaScript together with a thin platform-specific layer that is basically a WebKit shell. Since this is much the same strategy as a framew[详细]
2023-04-04 09:35 分类:问答From within a Rhino JS console run CD produces exception
When attempting runCommand(\"cd\", \"..\") from inside a js.jar console a开发者_如何学Gon IOException is thrown.[详细]
2023-04-03 13:55 分类:问答Testing property set with a List in Rhino Mocks
I feel like I h开发者_开发知识库ave lost my mind because I am sure I have done this before. Hopefully one of you can point me in the right direction.[详细]
2023-04-01 19:53 分类:问答Parsing and Writing JSON using Ant
Has anyone managed to parse and write JSON in atask in Ant? I need to parse a json file, modify it and then write it back on disk. I managed to parse it using the rhino engine from JDK 6 but i\'m stu[详细]
2023-04-01 19:24 分类:问答Read file with Rhino
Is i开发者_StackOverflowt possible with Rhino Server-side Javascript to locate and read the contents of an arbitrary local file?Sure is.[详细]
2023-03-31 16:30 分类:问答