mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 12:06:39 -04:00
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>
10 lines
267 B
Desktop File
10 lines
267 B
Desktop File
--- src/linux/resources/jd-gui.desktop.orig 2016-01-18 23:32:17 UTC
|
|
+++ src/linux/resources/jd-gui.desktop
|
|
@@ -2,6 +2,6 @@
|
|
Comment=Java Decompiler JD-GUI
|
|
Terminal=false
|
|
Name=JD-GUI
|
|
-Exec=java -jar /opt/jd-gui/jd-gui.jar
|
|
+Exec=jd-gui
|
|
Type=Application
|
|
Icon=jd-gui
|