Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
JeremyMoeglich
/
node-java
Public
forked from
joeferner/node-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
node-java
src
javaObject.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 8, 2025
Merge https://github.com/joeferner/node-java
Jeremy Moeglich
committed
e7a70e2
View commit details
Copy full SHA for e7a70e2
View code at this point
Browse repository at this point
Commits on Apr 23, 2025
feat: enable support for node v22 (#607)
Show description for 85ddb63
LittleGnome
and
Marco Knol
authored
85ddb63
View commit details
Copy full SHA for 85ddb63
View code at this point
Browse repository at this point
Commits on Jan 21, 2025
fix: update indexGetter return type for Node 23 compatibility
Show description for c7bd5b0
Jeremy Moeglich
committed
c7bd5b0
View commit details
Copy full SHA for c7bd5b0
View code at this point
Browse repository at this point
Commits on Jan 8, 2020
updated source files to compile on electron 7
gnudles
authored and
joeferner
committed
9ecc5a4
View commit details
Copy full SHA for 9ecc5a4
View code at this point
Browse repository at this point
Commits on Nov 9, 2019
feat: make node 12 compatible
MarshallOfSound
authored and
joeferner
committed
eb46d13
View commit details
Copy full SHA for eb46d13
View code at this point
Browse repository at this point
Commits on Jun 22, 2017
fix compiler warning by using more Nan functions
joeferner
committed
0b8a730
View commit details
Copy full SHA for 0b8a730
View code at this point
Browse repository at this point
Commits on Oct 12, 2016
Replace Get/SetHiddenValue latest versions of V8 has removed them
joeferner
committed
b6c0577
View commit details
Copy full SHA for b6c0577
View code at this point
Browse repository at this point
Commits on May 1, 2016
Upgrade Nan to 2.3.2 to support node v6.
joeferner
committed
3e67132
View commit details
Copy full SHA for 3e67132
View code at this point
Browse repository at this point
Commits on Mar 23, 2016
provide access to length and elements of a node-java wrapped java array
joeferner
committed
4b3eec3
View commit details
Copy full SHA for 4b3eec3
View code at this point
Browse repository at this point
Commits on Sep 16, 2015
upgrade nan to 2.0.9
joeferner
committed
298aae9
View commit details
Copy full SHA for 298aae9
View code at this point
Browse repository at this point
Commits on Mar 13, 2015
Enhance asyncOptions to provide control over sync & async method variants.
Show description for 7280eb9
jimlloyd
committed
7280eb9
View commit details
Copy full SHA for 7280eb9
View code at this point
Browse repository at this point
Commits on Jan 14, 2015
Promisify three async methods of Java module.
Show description for d6aef41
jimlloyd
committed
d6aef41
View commit details
Copy full SHA for d6aef41
View code at this point
Browse repository at this point
Assert if promisfy doesn't return a function. Use 'promiseSuffix' instead of 'suffix'.
jimlloyd
committed
80f543f
View commit details
Copy full SHA for 80f543f
View code at this point
Browse repository at this point
SetAccessor to prohibit overwriting of asyncOptions, and some other refinements.
jimlloyd
committed
1a10c0a
View commit details
Copy full SHA for 1a10c0a
View code at this point
Browse repository at this point
Fix build on node 0.11.
jimlloyd
committed
7a688ec
View commit details
Copy full SHA for 7a688ec
View code at this point
Browse repository at this point
First rough draft of adding support for promises.
jimlloyd
committed
e79e0a3
View commit details
Copy full SHA for e79e0a3
View code at this point
Browse repository at this point
Commits on Oct 2, 2014
use Nan to get value from persistant
joeferner
committed
9f47674
View commit details
Copy full SHA for 9f47674
View code at this point
Browse repository at this point
Commits on Sep 28, 2014
Fix dynamic proxy unref() so that it can be called from Js and Java.
Show description for 598bc87
facboy
committed
598bc87
View commit details
Copy full SHA for 598bc87
View code at this point
Browse repository at this point
Commits on Jul 16, 2014
change MethodCallBaton to derive from NanAsyncWorker [see issue #135]
joeferner
committed
887ef79
View commit details
Copy full SHA for 887ef79
View code at this point
Browse repository at this point
Commits on Jul 15, 2014
Converting more AsciiValues in javaObject.cpp
jsdevel
committed
fa4cf45
View commit details
Copy full SHA for fa4cf45
View code at this point
Browse repository at this point
Upgrading NaN to 1.2.0.
Show description for c820407
jsdevel
committed
c820407
View commit details
Copy full SHA for c820407
View code at this point
Browse repository at this point
compiles with nan
joeferner
authored and
jsdevel
committed
3b1a768
View commit details
Copy full SHA for 3b1a768
View code at this point
Browse repository at this point
start the refactor to using nan
joeferner
authored and
jsdevel
committed
2f75d99
View commit details
Copy full SHA for 2f75d99
View code at this point
Browse repository at this point
Commits on Jun 20, 2014
add better handling of Proxy lifecycle
joeferner
committed
3d08cdb
View commit details
Copy full SHA for 3d08cdb
View code at this point
Browse repository at this point
Commits on Nov 29, 2013
print stack trace on check exception
joeferner
committed
a90ebd5
View commit details
Copy full SHA for a90ebd5
View code at this point
Browse repository at this point
Commits on Nov 12, 2013
- added env->ExceptionCheck checks
inolen
committed
b333dfe
View commit details
Copy full SHA for b333dfe
View code at this point
Browse repository at this point
Commits on Nov 11, 2013
- move JavaObject::m_obj global reference to constructor to match destructor
inolen
committed
a5d0af7
View commit details
Copy full SHA for a5d0af7
View code at this point
Browse repository at this point
Commits on Nov 7, 2013
Add cause to errors/exceptions returned from java calls. Issue #70
joeferner
committed
6f2bac9
View commit details
Copy full SHA for 6f2bac9
View code at this point
Browse repository at this point
Commits on Aug 24, 2013
Use pre-increment for iterators
Show description for b64f8ba
mscdex
committed
b64f8ba
View commit details
Copy full SHA for b64f8ba
View code at this point
Browse repository at this point
Commits on Feb 1, 2013
better java long handling
joeferner
committed
4b7bc21
View commit details
Copy full SHA for 4b7bc21
View code at this point
Browse repository at this point
Commits on Dec 10, 2012
switch scoping to use JavaScope class
joeferner
committed
64139b7
View commit details
Copy full SHA for 64139b7
View code at this point
Browse repository at this point
Commits on Dec 9, 2012
poi integration test. and fix for issue #30
joeferner
committed
429f5cb
View commit details
Copy full SHA for 429f5cb
View code at this point
Browse repository at this point
fix lucene example
joeferner
committed
3275d48
View commit details
Copy full SHA for 3275d48
View code at this point
Browse repository at this point
Commits on Dec 7, 2012
make function template change static private
joeferner
committed
143b41a
View commit details
Copy full SHA for 143b41a
View code at this point
Browse repository at this point
prevent bad cleanup
joeferner
committed
79f7f7a
View commit details
Copy full SHA for 79f7f7a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.