Skip to content

Conversation

loblanch
Copy link

https://github.com/pf4j/pf4j/issues/238
put code like this, somewhere after construction:

	SwingUtilities.invokeLater(new Runnable() {
		public void run() {
			pluginManager.loadPlugins();
			pluginManager.startPlugins();
		}
	});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant