Skip to content

Doesn't work with filenames that contain spaces #4

Description

@tumatanquang

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions