Skip to content
Discussion options

You must be logged in to vote

Uhm, no, that's currently not possible. A valid workaround would be to use glob:

import glob from 'glob';
import java from 'java-bridge';

java.classpath.append(glob.sync('*.jar', { cwd: 'your-dir-here' }));

But I'll add this to my list of things to do: #38

Replies: 1 comment 30 replies

Comment options

You must be logged in to vote
30 replies
@tripower
Comment options

@MarkusJx
Comment options

@tripower
Comment options

@MarkusJx
Comment options

@tripower
Comment options

Answer selected by tripower
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants