Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

Harmans SDK 33 with flash builder 4.7 JAVA Error

New Here ,
Jun 04, 2020 Jun 04, 2020

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

729
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 17, 2020 Sep 17, 2020

Did you resolved your issue.

 

I'm having the exact same.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Sep 19, 2020 Sep 19, 2020
LATEST
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines