-
Notifications
You must be signed in to change notification settings - Fork 663
Installation
Jindra Petřík edited this page Jan 2, 2024
·
6 revisions
- download EXE installer and follow instructions
- you need Java 8 or later to run the app (see below)
To install run:
winget install JPEXS.FFDec
- download and install DEB package
- it depends on Java 8 or later from Oracle or OpenJDK (see below)
- to run application, start
ffdec.sh
To install run:
flatpak install com.jpexs.decompiler.flash
To run:
flatpak run com.jpexs.decompiler.flash
- ensure you have Java 8 or later installed (Both OpenJDK and Oracle should work)
- download ZIP version
- unpack it to directory of your needs
- to run application, start
ffdec.sh
- ensure you have Oracle JDK8 or later installed (see below)
- download Mac OS X Application (zipped)
- in Finder, right click downloaded file and select
Open
. Message that FFDec comes from unidentified developer will appear. ClickOpen
button in that dialog. (Look on tutorial on iMore website) - optional: Mac OS X Installer (pkg) is also available for download.
- download ZIP version
- unpack it to directory of your needs.
- to run application, run
java -jar ffdec.jar
in the app directory.
If the application won't start, it may be caused by missing Java. You can download Java on https://www.java.com/download/
Java 8 or later is required.
- go to startmenu and from the
JPEXS Free Flash Decompiler
group, click onUninstall JPEXS Free Flash Decompiler
icon and follow directions.
Run following command:
winget uninstall JPEXS.FFDec
- uninstall deb package as you usually do -
sudo dpkg -r ffdec
should probably do the trick.
Run following command:
flatpak uninstall com.jpexs.decompiler.flash
- just delete FFDec directory/app
JPEXS Free Flash Decompiler Wiki