Runtime library required for code transpiled by the Java2TypeScript (J2TS) transpiler. Stable version 92.0.0 provides a set of Java-like utilities (e.g., ArrayList, HashMap) for TypeScript/JavaScript environments. Release cadence is tied to the J2TS transpiler. Key differentiator: enables running Java-derived code directly on Node.js or in browsers with minimal overhead. Only use as a dependency for J2TS projects.
npm install j2ts-jreNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates creating an ArrayList, adding elements, accessing by index, and iteration.
Follow J2TS documentation for setup.
Upgrade both J2TS and j2ts-jre together.
Use alternative methods as indicated in documentation.
Run 'npm install j2ts-jre'
Use 'import { ArrayList } from 'j2ts-jre''Import from the package root: 'import { ArrayList } from 'j2ts-jre''No dependency data recorded yet.