{"id":21406549,"url":"https://github.com/forge-srl/jjbridge-engine-v8","last_synced_at":"2025-08-28T08:05:07.800Z","repository":{"id":57743068,"uuid":"307298579","full_name":"Forge-Srl/jjbridge-engine-v8","owner":"Forge-Srl","description":"JJBridge Api implementation using V8 JavaScript engine.","archived":false,"fork":false,"pushed_at":"2024-09-03T21:08:29.000Z","size":146123,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-07-14T00:45:28.293Z","etag":null,"topics":["java","javascript","jjbridge","v8","v8-engine","v8-javascript-engine"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Forge-Srl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-10-26T07:56:18.000Z","updated_at":"2022-04-05T09:41:39.000Z","dependencies_parsed_at":"2025-07-14T00:42:51.002Z","dependency_job_id":null,"html_url":"https://github.com/Forge-Srl/jjbridge-engine-v8","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/Forge-Srl/jjbridge-engine-v8","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Forge-Srl%2Fjjbridge-engine-v8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Forge-Srl%2Fjjbridge-engine-v8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Forge-Srl%2Fjjbridge-engine-v8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Forge-Srl%2Fjjbridge-engine-v8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Forge-Srl","download_url":"https://codeload.github.com/Forge-Srl/jjbridge-engine-v8/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Forge-Srl%2Fjjbridge-engine-v8/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272466782,"owners_count":24939463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-28T02:00:10.768Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","javascript","jjbridge","v8","v8-engine","v8-javascript-engine"],"created_at":"2024-11-22T16:40:32.524Z","updated_at":"2025-08-28T08:05:02.789Z","avatar_url":"https://github.com/Forge-Srl.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JJBridge V8 Engine\n\n[![javadoc](https://javadoc.io/badge2/srl.forge/jjbridge-engine-v8/javadoc.svg)](https://javadoc.io/doc/srl.forge/jjbridge-engine-v8)\n\n![Build JJBridge V8 Engine for Android](https://github.com/Forge-Srl/jjbridge-engine-v8/workflows/Build%20JJBridge%20V8%20Engine%20for%20Android/badge.svg?branch=main)\n\n![Build JJBridge V8 Engine for Linux](https://github.com/Forge-Srl/jjbridge-engine-v8/workflows/Build%20JJBridge%20V8%20Engine%20for%20Linux/badge.svg?branch=main)\n\n![Build JJBridge V8 Engine for macOS](https://github.com/Forge-Srl/jjbridge-engine-v8/workflows/Build%20JJBridge%20V8%20Engine%20for%20macOS/badge.svg?branch=main)\n\n![Build JJBridge V8 Engine for Windows](https://github.com/Forge-Srl/jjbridge-engine-v8/workflows/Build%20JJBridge%20V8%20Engine%20for%20Windows/badge.svg?branch=main)\n\nJJBridge is a multi-library project which brings JavaScript execution capabilities to Java.\n\nJJBridge V8 Engine allows using [V8](https://v8.dev/) as the underlying engine for [JJBridge Api](https://github.com/Forge-Srl/jjbridge-api).\n\n## Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n  - [Initialization](#initialization)\n  - [Technical details](#technical-details)\n- [Licence](#license)\n\n## Installation\nV8 binaries shipped with JJBridge V8 Engine are platform dependent. To keep the packages small (and to avoid loading the \nwrong libraries), we distribute a jar with a different classifier for each platform. Here is how you add it based on \nyour target platform:\n\n- For Linux add this to your pom.xml:\n  ```xml\n  \u003cdependency\u003e\n    \u003cgroupId\u003esrl.forge\u003c/groupId\u003e\n    \u003cartifactId\u003ejjbridge-engine-v8\u003c/artifactId\u003e\n    \u003cclassifier\u003elinux\u003c/classifier\u003e\n  \u003c/dependency\u003e\n  ```\n- For macOS add this to your pom.xml:\n  ```xml\n  \u003cdependency\u003e\n    \u003cgroupId\u003esrl.forge\u003c/groupId\u003e\n    \u003cartifactId\u003ejjbridge-engine-v8\u003c/artifactId\u003e\n    \u003cclassifier\u003emacos\u003c/classifier\u003e\n  \u003c/dependency\u003e\n  ```\n- For Windows add this to your pom.xml:\n  ```xml\n  \u003cdependency\u003e\n    \u003cgroupId\u003esrl.forge\u003c/groupId\u003e\n    \u003cartifactId\u003ejjbridge-engine-v8\u003c/artifactId\u003e\n    \u003cclassifier\u003ewindows\u003c/classifier\u003e\n  \u003c/dependency\u003e\n  ```\n- For Android add this to your pom.xml:\n  ```xml\n  \u003cdependency\u003e\n    \u003cgroupId\u003esrl.forge\u003c/groupId\u003e\n    \u003cartifactId\u003ejjbridge-engine-v8\u003c/artifactId\u003e\n    \u003cclassifier\u003eandroid\u003c/classifier\u003e\n    \u003ctype\u003eaar\u003c/type\u003e\n  \u003c/dependency\u003e\n  ```\n\n## Usage\nThe full javadoc is available at \u003chttps://www.javadoc.io/doc/srl.forge/jjbridge-engine-v8/latest/index.html\u003e.\n\n### Initialization\nTo get a `JSEngine` just use:\n```java\nJSEngine engine = new V8Engine();\n```\nYou can also pass flags to V8 by calling `V8Engine.setFlags()` before instantiating `V8Engine`.\n\nThen instantiate a `JSRuntime` and use JJBridge as usual:\n```java\ntry (JSRuntime runtime = engine.newRuntime()) {\n    // Do JavaScript things here...\n} catch (RuntimeException e) {\n}\n```\n\n### Technical details\nJJBridge V8 Engine currently uses V8 version **9.1.269.36**. V8 precompiled binaries are taken from\n\u003chttps://github.com/tbossi/v8-builder\u003e thus the following platforms are supported:\n- Linux (x64)\n- Android (x86, x86-64, arm v7, arm v8)\n- macOS (x64)\n- Windows (x64)\n\n## License\n\nSee the [LICENSE](LICENSE.md) file for license rights and limitations (MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforge-srl%2Fjjbridge-engine-v8","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fforge-srl%2Fjjbridge-engine-v8","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforge-srl%2Fjjbridge-engine-v8/lists"}