Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>OO Nashorn DevelopmentNew to Visual Studio Code? Get it now.
OO Nashorn Development

OO Nashorn Development

Neo Wees

|
57 installs
| (0) | Free
Operations Orchestration Nashorn support for Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Operations Orchestration Nashorn support for Visual Studio Code

Supports syntax highlighting for JavaScript Nashorn; file extensions .nashorn and .jjs.

Supports MicroFocus / OpenText Operations Orchestration versions >= 2022.11

This extension is developed to help you with content authoring inside MicroFocus / OpenText Operations Orchestration Studio. Scriptlets are optional parts of an operation that you can use to manipulate data from either the operation's inputs or results.

More info on OpenText Documentation >

Setup a development environment on Windows:

  1. If you don't have JDK installed, download OpenJDK 8 (Eclipse Temurin open source Java SE build based upon OpenJDK): https://adoptium.net/en-GB/temurin/releases/?version=8&os=windows&arch=x64&package=jre.
  2. Unzip the folder and copy it to the desired location, for example C:\jdk.
  3. Note the location of Nashorn engine: C:\jdk\bin\jjs.exe.
  4. Install code runner extension (https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner).
  5. Open VS Code settings and switch to (Open Settings JSON). Find "code-runner.executorMap" object and add nashorn: "nashorn": "cd $dir && C:\\jdk\\bin\\jjs.exe -dump-on-error -scripting $fileName",.
  6. Create a file with .nashorn or .jjs extension.
  • Now you can run Nashorn script inside VS Code!

Features:

  • Syntax highlighting
  • Operations Orchestration Scriptlet Templates
  • Code blocks completion
  • OO Studio Snippets
  • Search and insert OO Studio Project Scriptlet into VS Code

Commands:

  • OO Nashorn - Find and copy Scriptlet from OO Project
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft