Reputation: 119
I have noticed that once I use the --module-path
command, I have to use it again when compiling the same java file.
Is this because the --module-path
command appends to the module path temporarily ? If so, is there a way to set the --module-path
permanently?
Upvotes: 0
Views: 136