gjavah icon indicating copy to clipboard operation
gjavah copied to clipboard

Results 2 gjavah issues
Sort by recently updated
recently updated
newest added

``` $ 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)...

- Applied pull request #2 from @greg2001 - Added support for passing class files in to have headers generated (this made it easier to integrate with a gradle build process)...