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 optional command to run Svg2XmlGui on Windows #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 10, 2020

  1. add optional command to run Svg2XmlGui on Windows

    With this command `java -classpath lib/mxgraph-core.jar:classes com.mxgraph.svg2xml.Svg2XmlGui` got issue:
    `Error: Could not find or load main class com.mxgraph.svg2xml.Svg2XmlGui` . Then, I try to use command `java -cp ./classes;. com.mxgraph.svg2xml.Svg2XmlGui`
    Muhammad Rafiul Ilmi Syarifudin authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    74b5388 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Update README.md

    Co-authored-by: Thomas Bouffard <[email protected]>
    Muhammad Rafiul Ilmi Syarifudin and tbouffard authored May 5, 2020
    Configuration menu
    Copy the full SHA
    bc0bbc1 View commit details
    Browse the repository at this point in the history