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

InvalidPathException when run console example #7

Open
Meodinger opened this issue Apr 2, 2022 · 0 comments
Open

InvalidPathException when run console example #7

Meodinger opened this issue Apr 2, 2022 · 0 comments

Comments

@Meodinger
Copy link

$ java -jar gjavah-0.3.1.jar -d . java.lang.Object java.lang.System
Exception in thread "main" java.nio.file.InvalidPathException: Illegal char <:> at index 3: .;D:\Environment\JDK\Liberica-full-17-x64\lib\dt.jar;D:\Environment\JDK\Liberica-full-17-x64\lib\tools.jar
        at java.base/sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)
        at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)
        at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)
        at java.base/sun.nio.fs.WindowsPath.parse(WindowsPath.java:92)
        at java.base/sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:232)
        at java.base/java.nio.file.Path.of(Path.java:147)
        at java.base/java.nio.file.Paths.get(Paths.java:69)
        at org.glavo.javah.Main.main(Main.java:130)
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