Copy link to clipboard
Copied
I am trying to install Harmans SDK 33 with flash builder 4.7. I believe I have installed the SDK correctly. When I run my app using the simulator, I get the Harmans logo and everything seems to be functioning as expected. However, if I try to build an export release I get an JAVA error. I tried to copy my java contents over into flash builder but flash builder wont start up after the copy is completed.
All contents from
C:\Program Files\Java\jre1.8.0_251\
Into
C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\jre\
I also un commented these two lines out in the adt.cfg
DefaultArch=armv8
OverrideArch=armv8
Error occurred while packaging the application:
java.lang.UnsupportedClassVersionError: com/adobe/air/ADT : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$000(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: com.adobe.air.ADT. Program will exit.
Exception in thread "main"
Any Suggestions ?
Thanks Keith
Copy link to clipboard
Copied
Did you resolved your issue.
I'm having the exact same.
Copy link to clipboard
Copied
Find more inspiration, events, and resources on the new Adobe Community
Explore Now