Do not set java.class.path when running with the distro.
This commit is contained in:
Jan Bartel 2017-11-21 18:12:16 +01:00
parent 26b7058186
commit 44d170e2e0
1 changed files with 0 additions and 2 deletions

View File

@ -376,8 +376,6 @@ public class Main
// Get Desired Classpath based on user provided Active Options.
Classpath classpath = args.getClasspath();
System.setProperty("java.class.path",classpath.toString());
// Show the usage information and return
if (args.isHelp())
{