diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-02-19 07:25:14 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-02-19 07:25:14 +0000 |
commit | 4377efce9daa1b2e0991d999fae307e460bf49b2 (patch) | |
tree | 226dea6650bdcd5ba54016a2431a886acdf34428 /java/jd-gui/files/jd-gui.in | |
parent | - Update to 1.74 (diff) |
New port: java/jd-gui
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>
Notes
Notes:
svn path=/head/; revision=409155
Diffstat (limited to 'java/jd-gui/files/jd-gui.in')
-rw-r--r-- | java/jd-gui/files/jd-gui.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/jd-gui/files/jd-gui.in b/java/jd-gui/files/jd-gui.in new file mode 100644 index 000000000000..f1e2d1bd4280 --- /dev/null +++ b/java/jd-gui/files/jd-gui.in @@ -0,0 +1,2 @@ +#!/bin/sh +exec java -jar "%%JAVAJARDIR%%/jd-gui.jar" $@ |