Skip to content

Commit

Permalink
* Added GroovyClassLoader as default ClassLoader (relates to: groovy/…
Browse files Browse the repository at this point in the history
  • Loading branch information
benjboyer committed Jun 12, 2020
1 parent 93649fc commit 6a14c28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions launcher/src/main/java/io/peasoup/inv/AppLauncher.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public static void main(String[] args) throws URISyntaxException, IOException, I
// Create commands
List<String> commands = new ArrayList<>();
commands.add("java");
commands.add("-Djava.system.class.loader=groovy.lang.GroovyClassLoader");
commands.add("-cp");
commands.add(String.join(delimiter, urls));
commands.add("io.peasoup.inv.Main");
Expand Down

0 comments on commit 6a14c28

Please sign in to comment.