JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : We have got a new blog where we post some interesting SWF internals info.

List of issuesList of issues

#115 exits with exception on mac os
Author:
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: Installation
State: closed Help

> What steps will reproduce the problem? unzip, chmod +x ffdec.sh, run it > What is the expected output? What do you see instead? I expect it to run. Instead I get Exception in thread "main" java.lang.UnsupportedClassVersionError: com/jpexs/decompiler/flash/gui/Main : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) at java.lang.ClassLoader.defineClass(ClassLoader.java:615) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) at java.net.URLClassLoader.access$000(URLClassLoader.java:58) at java.net.URLClassLoader$1.run(URLClassLoader.java:197) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) > What version of the product are you using? On what operating system? 1.6.2 on mac os > Please provide any additional information below. Attach the file you have problem with if neccessary. If you do not want to publish files YOU CAN CHANGE VISIBILITY TO PRIVATE
You are probably using wrong Java version. Java 7 is needed to run the program.
State: new→opened
State: opened→closed