I get an error log whenever I attempt to create an AIRI file .... help pls?
I'm trying to convert my website to an unsigned AIR (*.airi) file.
The log says :
Exception in thread "main" java.lang.UnsatisfiedLinkError: java.lang.StrictMath.floor(D)D
at java.lang.StrictMath.floor(Native Method)
at java.lang.Math.floor(Unknown Source)
at sun.misc.FloatingDecimal.dtoa(Unknown Source)
at sun.misc.FloatingDecimal.<init>(Unknown Source)
at java.lang.Double.toString(Unknown Source)
at java.lang.String.valueOf(Unknown Source)
at java.security.Provider.putId(Unknown Source)
at java.security.Provider.<init>(Unknown Source)
at sun.security.provider.Sun.<init>(Unknown Source)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at sun.security.jca.ProviderConfig$3.run(Unknown Source)
at java.security.AccessController.doPri
What does this all mean?
What do I do?
Jojo A