-
|
Hello another question old code => java.classpath.pushDir(localservicePath); greetings |
Beta Was this translation helpful? Give feedback.
Answered by
MarkusJx
Nov 21, 2022
Replies: 1 comment 30 replies
-
|
Uhm, no, that's currently not possible. A valid workaround would be to use 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 |
Beta Was this translation helpful? Give feedback.
30 replies
Answer selected by
tripower
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uhm, no, that's currently not possible. A valid workaround would be to use
glob:But I'll add this to my list of things to do: #38