forked from Lainports/freebsd-ports
The Java Decompiler project aims to develop tools in order to decompile and analyze Java 5 byte code and later versions. JD-GUI is a standalone graphical utility that displays Java source codes of .class files. You can browse the reconstructed source code with the JD-GUI for instant access to methods and fields. WWW: http://jd.benow.ca/ PR: 206488 Submitted by: Tobias Kortkamp <t@tobik.med>
2 lines
56 B
Bash
2 lines
56 B
Bash
#!/bin/sh
|
|
exec java -jar "%%JAVAJARDIR%%/jd-gui.jar" $@
|