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

File name is created but .fxml file is empty #2

Open
WiseNN opened this issue Mar 29, 2018 · 1 comment
Open

File name is created but .fxml file is empty #2

WiseNN opened this issue Mar 29, 2018 · 1 comment

Comments

@WiseNN
Copy link

WiseNN commented Mar 29, 2018

When converting the file, the file name is created but nothing appears to be in the .fxml file. I used the TOOL_S2F.java file as the JAVA2FXML.jar (assuming this was correct), I am not sure why it has exported an empty file.

@DKolibar
Copy link
Owner

DKolibar commented Mar 29, 2018

interesting, check video if you did everything right, it should work without any problems

String command = "java -jar \"" + cesta_tool + "\" \"" + svgTF.getText() + "\" \"" + fxmlTF.getText() + "\"";
System.out.println(command);
Process proc = Runtime.getRuntime().exec(command);

program is designed to just run exact command in command line

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

No branches or pull requests

2 participants