Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add -Djd.gui.cfg #194

Closed
wants to merge 2 commits into from
Closed

add -Djd.gui.cfg #194

wants to merge 2 commits into from

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