Also look into the modules folder for native jars by Stefterv · Pull Request #1345 · processing/processing4
-
-
Notifications
You must be signed in to change notification settings - Fork 170
Merged
Conversation
| jarHeads = new File(nativeLibraryPath).list(jarFilter); | ||
| if (jarHeads != null) { | ||
| for (String jar : jarHeads) { | ||
| cp.append(File.pathSeparatorChar); |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since I am in here, I also cleaned up some duplicated code
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yay! Thanks so much for your effort on this
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters