Skip to content

Commit

Permalink
FORGE-878: Setting system property 'modules.ignore.jdk.factory' to true
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed May 3, 2013
1 parent cfe7a8b commit d2bd4fe
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -24,13 +24,15 @@

/**
* Loaded when the plugin initializes
*
*
* @author <a href="mailto:ggastald@redhat.com">George Gastaldi</a>
*
*
*/
public class ForgeLoader implements ApplicationComponent {
@Override
public void initComponent() {
// MODULES-136
System.setProperty("modules.ignore.jdk.factory", "true");
final BootstrapClassLoader loader = new BootstrapClassLoader("bootpath");
Forge forge;
try {
Expand Down

0 comments on commit d2bd4fe

Please sign in to comment.