Replies: 2 comments 2 replies
|
Hi @leobm - the The I’ll need to think a bit about how the module prefix could be specified — maybe by using the Java class’s full name. |
2 replies
|
For Perl modules, you can:
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Can I also load or import Perl/Java modules from my own project directory? Or do they have to be located in the PerlOnJava project? In other words, in the following directories?
Pure Perl modules: src/main/perl/lib/
Java implementations: src/main/java/org/perlonjava/perlmodule/
All reactions