Skip to content

Conversation

zhaoshaoquan
Copy link

No description provided.

@emmanue1
Copy link
Collaborator

No more Groovy in JD-GUI, nevertheless I add your pull request in JD-GUI 1.6.5:

String configFilePath = System.getProperty(Constants.CONFIG_FILENAME);

if (configFilePath != null) {
	File configFile = new File(configFilePath);
	if (configFile.exists()) {
		return configFile;
	}
}

Command line:

> java -Djd-gui.cfg=path/to/jd-gui.cfg -jar jd-gui.jar

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.

2 participants