I've implementated an application that use Java Media Framework with jdk 1.1.8, without problem (the program run well).
The same application can't run with amiga sdk. The program start but after few second got an exception like this:
Tool open failed:
Tool not found: 'javax/media/ControllerListener/fixup' Referenced by 'Amiga/fixup'
Tool open failed:
Subtool bind failure:
Fixup tool: 'Amiga/fixup'
Constant '_size'
Referenced by 'Amiga/class'
Warning: Elate was unable to use the X shared memory extension.
This means that graphics performance will be significantly reduced.
The most common causes of this are:
(1) running using a non-local X server
(2) running on an X server in 24 bit depth mode
For optimum performance with this release of Elate we recommend running
on a local X server at a depth of 16 bits per pixel.
jcode: (*env)->CallStaticVoidMethod returned an exception
java.lang.NoClassDefFoundError: com/ms/security/PermissionID
I want know if is sdk problem, or i'm not authorizated too use JMF class under no sun java virtual machine.
|