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

Doesn't work with filenames that contain spaces #4

Open
tumatanquang opened this issue Jan 7, 2021 · 0 comments
Open

Doesn't work with filenames that contain spaces #4

tumatanquang opened this issue Jan 7, 2021 · 0 comments

Comments

@tumatanquang
Copy link

I got an error:

Exception in thread "main" java.io.FileNotFoundException: D:\Simple%20Tools.jar (The system cannot find the file specified)
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.<init>(ZipFile.java:220)
        at java.util.zip.ZipFile.<init>(ZipFile.java:150)
        at java.util.zip.ZipFile.<init>(ZipFile.java:164)
        at jcrypt.Main.main(Main.java:20)

Although before encryption, the tool still works normally even though the filename contains spaces.
Please update support for filenames containing spaces.
Thanks!

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

1 participant